#498357
A medium, muted green closely aligning with Seagreen.
About #498357
The hex code #498357 represents a beautifully specific shade of green. It is closely associated with the named CSS color Seagreen. In the RGB color space, it consists of 73 red, 131 green, and 87 blue.
If you are designing for print, the four-color process is what matters most. The color uses 44% Cyan, 0% Magenta, 34% Yellow, and 49% Black. With a hue angle of 134.5 degrees, it sits comfortably in the green spectrum.
Ensuring your text is legible against this background is a key part of web design. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#498357
RGB73, 131, 87
HSL134.5°, 28.4%, 40.0%
CMYK44%, 0%, 34%, 49%
HSV134.5°, 44.3%, 51.4%
LAB49.9, -29.2, 18.0
XYZ12.6, 18.3, 11.9
Decimal4817751
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.50:1
Text on #FFFFFF
AA Large
4.67:1
Text on #000000
AA
4.30:1
Text on #F8FAFC
AA Large
3.97:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #498357;
}
.text-color {
color: #498357;
}
.border-color {
border: 2px solid #498357;
}