#337507
A dark, vivid green closely aligning with Darkgreen.
About #337507
Visually, #337507 is defined as a vivid green. If you're using CSS, you might find it aligns closely with Darkgreen. Its digital footprint relies on 51 parts red, 117 parts green, and 7 parts blue light.
When sending designs containing this color to a printer, the CMYK values come into play. The color uses 56% Cyan, 0% Magenta, 94% Yellow, and 54% Black. With a hue angle of 96.0 degrees, it sits comfortably in the green spectrum.
From a UX and accessibility standpoint, contrast is paramount. The calculated luminance score dictates that #FFFFFF typography is the safest choice. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#337507
RGB51, 117, 7
HSL96.0°, 88.7%, 24.3%
CMYK56%, 0%, 94%, 54%
HSV96.0°, 94.0%, 45.9%
LAB43.4, -39.2, 46.5
XYZ7.8, 13.4, 2.4
Decimal3372295
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
5.69:1
Text on #FFFFFF
AA
3.69:1
Text on #000000
AA Large
5.44:1
Text on #F8FAFC
AA
3.14:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #337507;
}
.text-color {
color: #337507;
}
.border-color {
border: 2px solid #337507;
}