#337C5F
A dark, moderate green closely aligning with Seagreen.
About #337C5F
Visually, #337C5F is defined as a moderate green. If you're using CSS, you might find it aligns closely with Seagreen. Its digital footprint relies on 51 parts red, 124 parts green, and 95 parts blue light.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). The color uses 59% Cyan, 0% Magenta, 23% Yellow, and 51% Black. With a hue angle of 156.2 degrees, it sits comfortably in the green spectrum.
Ensuring your text is legible against this background is a key part of web design. Because it is a dark color, it is generally recommended to use #FFFFFF text. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#337C5F
RGB51, 124, 95
HSL156.2°, 41.7%, 34.3%
CMYK59%, 0%, 23%, 51%
HSV156.2°, 58.9%, 48.6%
LAB46.9, -30.2, 9.1
XYZ10.6, 15.9, 13.3
Decimal3374175
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
5.01:1
Text on #FFFFFF
AA
4.19:1
Text on #000000
AA Large
4.79:1
Text on #F8FAFC
AA
3.56:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #337C5F;
}
.text-color {
color: #337C5F;
}
.border-color {
border: 2px solid #337C5F;
}