#3A5700
A very dark, vivid green closely aligning with Darkolivegreen.
About #3A5700
The hex code #3A5700 represents a beautifully specific shade of green. Designers often compare it to the standard color Darkolivegreen. To achieve this exact tint on a monitor, you would use an RGB mix of 58, 87, and 0.
Translating this color to physical media requires the CMYK color model. This specific hue requires a mix of 33% C, 0% M, 100% Y, and 66% K. The HSL representation is 80.0° hue, 100.0% saturation, and 17.1% lightness.
From a UX and accessibility standpoint, contrast is paramount. The calculated luminance score dictates that #FFFFFF typography is the safest choice. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#3A5700
RGB58, 87, 0
HSL80.0°, 100.0%, 17.1%
CMYK33%, 0%, 100%, 66%
HSV80.0°, 100.0%, 34.1%
LAB33.4, -23.6, 40.4
XYZ5.2, 7.7, 1.2
Decimal3823360
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
8.26:1
Text on #FFFFFF
AAA
2.54:1
Text on #000000
FAIL
7.89:1
Text on #F8FAFC
AAA
2.16:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #3A5700;
}
.text-color {
color: #3A5700;
}
.border-color {
border: 2px solid #3A5700;
}