#576650
A dark, muted green closely aligning with Dimgray.
About #576650
At its core, #576650 is a dark and muted hue. If you're using CSS, you might find it aligns closely with Dimgray. This translates to an RGB value of rgb(87, 102, 80).
If you are designing for print, the four-color process is what matters most. Its ink density profile breaks down to 15% cyan, 0% magenta, 22% yellow, and 60% black. The HSL representation is 100.9° hue, 12.1% saturation, and 35.7% lightness.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. Mathematical luminance calculations suggest that #FFFFFF text provides the most optimal reading experience. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#576650
RGB87, 102, 80
HSL100.9°, 12.1%, 35.7%
CMYK15%, 0%, 22%, 60%
HSV100.9°, 21.6%, 40.0%
LAB41.4, -10.3, 10.6
XYZ10.1, 12.1, 9.4
Decimal5727824
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
6.14:1
Text on #FFFFFF
AA
3.42:1
Text on #000000
AA Large
5.87:1
Text on #F8FAFC
AA
2.91:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #576650;
}
.text-color {
color: #576650;
}
.border-color {
border: 2px solid #576650;
}