#50722C
A dark, moderate green closely aligning with Darkolivegreen.
About #50722C
At its core, #50722C is a dark and moderate hue. It is closely associated with the named CSS color Darkolivegreen. This translates to an RGB value of rgb(80, 114, 44).
If you are designing for print, the four-color process is what matters most. This specific hue requires a mix of 30% C, 0% M, 61% Y, and 55% K. This makes it a relatively dark color when applied to physical surfaces.
When using this color as a background, text legibility must be considered. 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#50722C
RGB80, 114, 44
HSL89.1°, 44.3%, 31.0%
CMYK30%, 0%, 61%, 55%
HSV89.1°, 61.4%, 44.7%
LAB44.1, -24.8, 34.2
XYZ9.8, 13.9, 4.6
Decimal5272108
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
5.55:1
Text on #FFFFFF
AA
3.78:1
Text on #000000
AA Large
5.30:1
Text on #F8FAFC
AA
3.22:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #50722C;
}
.text-color {
color: #50722C;
}
.border-color {
border: 2px solid #50722C;
}