#50662C
A dark, moderate green closely aligning with Darkolivegreen.
About #50662C
The hex code #50662C represents a beautifully specific shade of green. Its closest recognized web color is Darkolivegreen. This translates to an RGB value of rgb(80, 102, 44).
If you are designing for print, the four-color process is what matters most. Its ink density profile breaks down to 22% cyan, 0% magenta, 57% yellow, and 60% black. With a hue angle of 82.8 degrees, it sits comfortably in the green spectrum.
From a UX and accessibility standpoint, contrast is paramount. The calculated luminance score dictates that #FFFFFF typography is the safest choice. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#50662C
RGB80, 102, 44
HSL82.8°, 39.7%, 28.6%
CMYK22%, 0%, 57%, 60%
HSV82.8°, 56.9%, 40.0%
LAB40.2, -18.6, 29.7
XYZ8.5, 11.4, 4.1
Decimal5269036
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
6.41:1
Text on #FFFFFF
AA
3.28:1
Text on #000000
AA Large
6.12:1
Text on #F8FAFC
AA
2.79:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #50662C;
}
.text-color {
color: #50662C;
}
.border-color {
border: 2px solid #50662C;
}