#335016
A dark, moderate green closely aligning with Darkolivegreen.
About #335016
Visually, #335016 is defined as a moderate green. If you're using CSS, you might find it aligns closely with Darkolivegreen. To achieve this exact tint on a monitor, you would use an RGB mix of 51, 80, and 22.
Translating this color to physical media requires the CMYK color model. The color uses 36% Cyan, 0% Magenta, 72% Yellow, and 69% Black. This makes it a relatively dark color when applied to physical surfaces.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. To prevent eye strain, #FFFFFF text pairs best with this hex code. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#335016
RGB51, 80, 22
HSL90.0°, 56.9%, 20.0%
CMYK36%, 0%, 72%, 69%
HSV90.0°, 72.5%, 31.4%
LAB30.6, -21.8, 29.6
XYZ4.4, 6.5, 1.8
Decimal3362838
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
9.13:1
Text on #FFFFFF
AAA
2.30:1
Text on #000000
FAIL
8.73:1
Text on #F8FAFC
AAA
1.96:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #335016;
}
.text-color {
color: #335016;
}
.border-color {
border: 2px solid #335016;
}