#337C49
A dark, moderate green closely aligning with Seagreen.
About #337C49
At its core, #337C49 is a dark and moderate hue. It is closely associated with the named CSS color Seagreen. To achieve this exact tint on a monitor, you would use an RGB mix of 51, 124, and 73.
When sending designs containing this color to a printer, the CMYK values come into play. To reproduce this shade on paper, a printer utilizes 59% cyan and 0% magenta inks. With a hue angle of 138.1 degrees, it sits comfortably in the green spectrum.
Contrast ratios determine whether this color is safe for typography. 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#337C49
RGB51, 124, 73
HSL138.1°, 41.7%, 34.3%
CMYK59%, 0%, 41%, 51%
HSV138.1°, 58.9%, 48.6%
LAB46.4, -34.9, 21.2
XYZ9.8, 15.6, 8.8
Decimal3374153
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
5.10:1
Text on #FFFFFF
AA
4.12:1
Text on #000000
AA Large
4.87:1
Text on #F8FAFC
AA
3.50:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #337C49;
}
.text-color {
color: #337C49;
}
.border-color {
border: 2px solid #337C49;
}