#505F3A
A dark, muted green closely aligning with Darkolivegreen.
About #505F3A
The hex code #505F3A represents a beautifully specific shade of green. Its closest recognized web color is Darkolivegreen. Its digital footprint relies on 80 parts red, 95 parts green, and 58 parts blue light.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). This specific hue requires a mix of 16% C, 0% M, 39% Y, and 63% K. With a hue angle of 84.3 degrees, it sits comfortably in the green spectrum.
From a UX and accessibility standpoint, contrast is paramount. Mathematical luminance calculations suggest that #FFFFFF text provides the most optimal reading experience. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#505F3A
RGB80, 95, 58
HSL84.3°, 24.2%, 30.0%
CMYK16%, 0%, 39%, 63%
HSV84.3°, 38.9%, 37.3%
LAB38.2, -13.0, 19.3
XYZ8.2, 10.2, 5.5
Decimal5267258
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
6.91:1
Text on #FFFFFF
AA
3.04:1
Text on #000000
AA Large
6.60:1
Text on #F8FAFC
AA
2.58:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #505F3A;
}
.text-color {
color: #505F3A;
}
.border-color {
border: 2px solid #505F3A;
}