Shades of Fern Green #497740
Tints of Fern Green #497740
RGB
CMYK
RGB Variations
Color information
#497740 (or 0x497740) is known color: Fern Green. HEX triplet: 49, 77 and 40. RGB value is (73,119,64). Sum of RGB (Red+Green+Blue) = 73+119+64=256 (33% of max value = 765). Red value is 73 (28.91% from 255 or 28.52% from 256); Green value is 119 (46.88% from 255 or 46.48% from 256); Blue value is 64 (25.39% from 255 or 25% from 256); Max value from RGB is 119 - color contains mainly: green. Hex color #497740 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #497740 is #B688BF. Grayscale: #636363. Windows color (decimal): -11962560 or 4224841. OLE color: 4224841.
HSL color Cylindrical-coordinate representation of color #497740: hue angle of 110.18º degrees, saturation: 0.3, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #497740 is Cyan = 0.39, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 73 | 119 | 64 | - |
| CMYK | 0.39 | 0 | 0.46 | 0.53 |
| HSL | 110.18º | 0.3% | 0.36% | - |
| HSV(B) | 110.18º | 0.46% | 0.47% | - |
| XYZ | 10.27 | 14.98 | 7.2 | - |
| YUV | 98.98 | 108.26 | 109.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 119 | 64 | 0.39 | 0 | 0.46 | 0.53 | 110.18 | 0.3 | 0.36 |
| Hex | 49 | 77 | 40 | 27 | 0 | 2E | 35 | 6E | 1E | 24 |
| Octal | 111 | 167 | 100 | 47 | 0 | 56 | 65 | 156 | 36 | 44 |
| Binary | 1001001 | 1110111 | 1000000 | 100111 | 0 | 101110 | 110101 | 1101110 | 11110 | 100100 |
Color Harmonies of #497740
Complementary color
Monochromatic Colors of #497740
Black with #497740
Text Example
Text Example
White with #497740
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #497740; }
p { color: rgb(73,119,64); }
H1.HeaderClassName
{
color: #497740;
}
.AnyTagClassName
{
color: #497740;
}
</style>
background-color css
<style>
a { background-color: #497740; }
a { background-color: rgb(73,119,64); }
div.DivClassName
{
background-color: #497740;
}
.BgClassName
{
background-color: #497740;
}
</style>
border-color css
<style>
span { border-color: #497740; }
span { border-color: rgb(73,119,64); }
td.TdClassName
{
border-color: #497740;
}
.TagClassName
{
border-color: #497740;
}
</style>