Shades of Fern Green #497039
Tints of Fern Green #497039
RGB
CMYK
RGB Variations
Color information
#497039 (or 0x497039) is known color: Fern Green. HEX triplet: 49, 70 and 39. RGB value is (73,112,57). Sum of RGB (Red+Green+Blue) = 73+112+57=242 (32% of max value = 765). Red value is 73 (28.91% from 255 or 30.17% from 242); Green value is 112 (44.14% from 255 or 46.28% from 242); Blue value is 57 (22.66% from 255 or 23.55% from 242); Max value from RGB is 112 - color contains mainly: green. Hex color #497039 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #497039 is #B68FC6. Grayscale: #5E5E5E. Windows color (decimal): -11964359 or 3764297. OLE color: 3764297.
HSL color Cylindrical-coordinate representation of color #497039: hue angle of 102.55º degrees, saturation: 0.33, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #497039 is Cyan = 0.35, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 73 | 112 | 57 | - |
| CMYK | 0.35 | 0 | 0.49 | 0.56 |
| HSL | 102.55º | 0.33% | 0.33% | - |
| HSV(B) | 102.55º | 0.49% | 0.44% | - |
| XYZ | 9.28 | 13.3 | 5.95 | - |
| YUV | 94.07 | 107.08 | 112.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 112 | 57 | 0.35 | 0 | 0.49 | 0.56 | 102.55 | 0.33 | 0.33 |
| Hex | 49 | 70 | 39 | 23 | 0 | 31 | 38 | 67 | 21 | 21 |
| Octal | 111 | 160 | 71 | 43 | 0 | 61 | 70 | 147 | 41 | 41 |
| Binary | 1001001 | 1110000 | 111001 | 100011 | 0 | 110001 | 111000 | 1100111 | 100001 | 100001 |
Color Harmonies of #497039
Complementary color
Monochromatic Colors of #497039
Black with #497039
Text Example
Text Example
White with #497039
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #497039; }
p { color: rgb(73,112,57); }
H1.HeaderClassName
{
color: #497039;
}
.AnyTagClassName
{
color: #497039;
}
</style>
background-color css
<style>
a { background-color: #497039; }
a { background-color: rgb(73,112,57); }
div.DivClassName
{
background-color: #497039;
}
.BgClassName
{
background-color: #497039;
}
</style>
border-color css
<style>
span { border-color: #497039; }
span { border-color: rgb(73,112,57); }
td.TdClassName
{
border-color: #497039;
}
.TagClassName
{
border-color: #497039;
}
</style>