#3A6D16
A dark, moderate green closely aligning with Darkgreen.
About #3A6D16
Visually, #3A6D16 is defined as a moderate green. If you're using CSS, you might find it aligns closely with Darkgreen. In the RGB color space, it consists of 58 red, 109 green, and 22 blue.
If you are designing for print, the four-color process is what matters most. This specific hue requires a mix of 47% C, 0% M, 80% Y, and 57% K. Always request a physical proof before doing a large print run with this exact code.
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. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#3A6D16
RGB58, 109, 22
HSL95.2°, 66.4%, 25.7%
CMYK47%, 0%, 80%, 57%
HSV95.2°, 79.8%, 42.7%
LAB41.0, -32.8, 40.3
XYZ7.4, 11.9, 2.7
Decimal3829014
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
6.21:1
Text on #FFFFFF
AA
3.38:1
Text on #000000
AA Large
5.94:1
Text on #F8FAFC
AA
2.87:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #3A6D16;
}
.text-color {
color: #3A6D16;
}
.border-color {
border: 2px solid #3A6D16;
}