Muddy green to HSL — Color Code

#657432
Format Value
HEX #657432
RGB rgb(101, 116, 50)
HSL hsl(73.6, 39.8%, 32.5%)
CMYK cmyk(12.9%, 0%, 56.9%, 54.5%)
HSV hsv(73.6, 56.9%, 45.5%)

muddy green color harmonies

Tints & shades of muddy green

Tints (lighter)

#738145 #818d57 #8f9a6a #9da77d #abb38f #b9c0a2 #c7ccb4 #d5d9c7 #e3e6da #f1f2ec

Shades (darker)

#5c692d #535f29 #495424 #404a20 #373f1b #2e3517 #252a12 #1c200e #121509 #090b05

Contrast & accessibility

The quick brown fox

On white · 5.13:1 · AA

The quick brown fox

On black · 4.1:1 · AA Large

Recommended text color: #ffffff

Use muddy green in code

CSS color: #657432;
SCSS $color: #657432;
Tailwind bg-[#657432]
Swift UIColor(red: 0.396, green: 0.455, blue: 0.196, alpha: 1)
Android Color.parseColor("#657432")
Flutter Color(0xFF657432)

Colors similar to muddy green

Browse all Green colors →

What is the HSL code for muddy green?

The CSS color muddy green in HSL format is hsl(73.6, 39.8%, 32.5%). Use this value directly in CSS, SVG, and most design tools.

How do I use muddy green in CSS?

To apply muddy green in CSS:

  • Text color: color: hsl(73.6, 39.8%, 32.5%);
  • Background: background-color: hsl(73.6, 39.8%, 32.5%);
  • Border: border-color: hsl(73.6, 39.8%, 32.5%);

What are all the color format values for muddy green?

FormatValue
HEX#657432
RGBrgb(101, 116, 50)
HSLhsl(73.6, 39.8%, 32.5%)
CMYKcmyk(12.9%, 0%, 56.9%, 54.5%)

How do I convert muddy green to HSL?

Select muddy green from the color name list in our color converter. The HSL value — hsl(73.6, 39.8%, 32.5%) — appears instantly alongside HEX, RGB, HSL and CMYK.

What color family does muddy green belong to?

muddy green belongs to the green color family. It is a medium, moderately saturated color with HSL values: hue 73.6°, saturation 39.8%, lightness 32.5%.

How do I create lighter and darker shades of muddy green?

Lighter variant (lightness 47.5%): #93a949. Darker variant (lightness 17.5%): #363e1b. These values are computed by adjusting HSL lightness ±15% while keeping the same hue and saturation.

What is HSL used for?

HSL describes colors by hue (0–360°), saturation (0–100%) and lightness (0–100%). It is more intuitive for designers — easy to create lighter, darker or less saturated variants of any color.