Shades of Fern Green #498037
Tints of Fern Green #498037
RGB
CMYK
RGB Variations
Color information
#498037 (or 0x498037) is known color: Fern Green. HEX triplet: 49, 80 and 37. RGB value is (73,128,55). Sum of RGB (Red+Green+Blue) = 73+128+55=256 (33% of max value = 765). Red value is 73 (28.91% from 255 or 28.52% from 256); Green value is 128 (50.39% from 255 or 50% from 256); Blue value is 55 (21.88% from 255 or 21.48% from 256); Max value from RGB is 128 - color contains mainly: green. Hex color #498037 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #498037 is #B67FC8. Grayscale: #676767. Windows color (decimal): -11960265 or 3637321. OLE color: 3637321.
HSL color Cylindrical-coordinate representation of color #498037: hue angle of 105.21º degrees, saturation: 0.4, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #498037 is Cyan = 0.43, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 73 | 128 | 55 | - |
| CMYK | 0.43 | 0 | 0.57 | 0.50 |
| HSL | 105.21º | 0.4% | 0.36% | - |
| HSV(B) | 105.21º | 0.57% | 0.5% | - |
| XYZ | 11.16 | 17.13 | 6.33 | - |
| YUV | 103.23 | 100.78 | 106.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 128 | 55 | 0.43 | 0 | 0.57 | 0.50 | 105.21 | 0.4 | 0.36 |
| Hex | 49 | 80 | 37 | 2B | 0 | 39 | 32 | 69 | 28 | 24 |
| Octal | 111 | 200 | 67 | 53 | 0 | 71 | 62 | 151 | 50 | 44 |
| Binary | 1001001 | 10000000 | 110111 | 101011 | 0 | 111001 | 110010 | 1101001 | 101000 | 100100 |
Color Harmonies of #498037
Complementary color
Monochromatic Colors of #498037
Black with #498037
Text Example
Text Example
White with #498037
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #498037; }
p { color: rgb(73,128,55); }
H1.HeaderClassName
{
color: #498037;
}
.AnyTagClassName
{
color: #498037;
}
</style>
background-color css
<style>
a { background-color: #498037; }
a { background-color: rgb(73,128,55); }
div.DivClassName
{
background-color: #498037;
}
.BgClassName
{
background-color: #498037;
}
</style>
border-color css
<style>
span { border-color: #498037; }
span { border-color: rgb(73,128,55); }
td.TdClassName
{
border-color: #498037;
}
.TagClassName
{
border-color: #498037;
}
</style>