try this: use modulate to increase saturation by 35%, use sharpen to sharpen the image just slightly
convert original.jpg -strip -density 72 -depth 8 -quality 100 -resize 640x600 \
-modulate 100,135,100 -sharpen 0x0.5 \
original_sat35_sharp0p5.jpg