Shades of Fern Green #497F37
Tints of Fern Green #497F37
RGB
CMYK
RGB Variations
Color information
#497F37 (or 0x497F37) is known color: Fern Green. HEX triplet: 49, 7F and 37. RGB value is (73,127,55). Sum of RGB (Red+Green+Blue) = 73+127+55=255 (33% of max value = 765). Red value is 73 (28.91% from 255 or 28.63% from 255); Green value is 127 (50% from 255 or 49.80% from 255); Blue value is 55 (21.88% from 255 or 21.57% from 255); Max value from RGB is 127 - color contains mainly: green. Hex color #497F37 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #497F37 is #B680C8. Grayscale: #666666. Windows color (decimal): -11960521 or 3637065. OLE color: 3637065.
HSL color Cylindrical-coordinate representation of color #497F37: hue angle of 105º 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 #497F37 is Cyan = 0.43, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 73 | 127 | 55 | - |
| CMYK | 0.43 | 0 | 0.57 | 0.50 |
| HSL | 105º | 0.4% | 0.36% | - |
| HSV(B) | 105º | 0.57% | 0.5% | - |
| XYZ | 11.03 | 16.87 | 6.29 | - |
| YUV | 102.65 | 101.11 | 106.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 127 | 55 | 0.43 | 0 | 0.57 | 0.50 | 105 | 0.4 | 0.36 |
| Hex | 49 | 7F | 37 | 2B | 0 | 39 | 32 | 69 | 28 | 24 |
| Octal | 111 | 177 | 67 | 53 | 0 | 71 | 62 | 151 | 50 | 44 |
| Binary | 1001001 | 1111111 | 110111 | 101011 | 0 | 111001 | 110010 | 1101001 | 101000 | 100100 |
Color Harmonies of #497F37
Complementary color
Monochromatic Colors of #497F37
Black with #497F37
Text Example
Text Example
White with #497F37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #497F37; }
p { color: rgb(73,127,55); }
H1.HeaderClassName
{
color: #497F37;
}
.AnyTagClassName
{
color: #497F37;
}
</style>
background-color css
<style>
a { background-color: #497F37; }
a { background-color: rgb(73,127,55); }
div.DivClassName
{
background-color: #497F37;
}
.BgClassName
{
background-color: #497F37;
}
</style>
border-color css
<style>
span { border-color: #497F37; }
span { border-color: rgb(73,127,55); }
td.TdClassName
{
border-color: #497F37;
}
.TagClassName
{
border-color: #497F37;
}
</style>