#3A6607
A dark, vivid green closely aligning with Darkgreen.
About #3A6607
The hex code #3A6607 represents a beautifully specific shade of green. It is closely associated with the named CSS color Darkgreen. This translates to an RGB value of rgb(58, 102, 7).
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). The color uses 43% Cyan, 0% Magenta, 93% Yellow, and 60% Black. Always request a physical proof before doing a large print run with this exact code.
From a UX and accessibility standpoint, contrast is paramount. 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#3A6607
RGB58, 102, 7
HSL87.8°, 87.2%, 21.4%
CMYK43%, 0%, 93%, 60%
HSV87.8°, 93.1%, 40.0%
LAB38.6, -30.4, 42.5
XYZ6.5, 10.4, 1.9
Decimal3827207
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
6.81:1
Text on #FFFFFF
AA
3.08:1
Text on #000000
AA Large
6.51:1
Text on #F8FAFC
AA
2.62:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #3A6607;
}
.text-color {
color: #3A6607;
}
.border-color {
border: 2px solid #3A6607;
}