Shades of Fern Green #497840
Tints of Fern Green #497840
RGB
CMYK
RGB Variations
Color information
#497840 (or 0x497840) is known color: Fern Green. HEX triplet: 49, 78 and 40. RGB value is (73,120,64). Sum of RGB (Red+Green+Blue) = 73+120+64=257 (34% of max value = 765). Red value is 73 (28.91% from 255 or 28.40% from 257); Green value is 120 (47.27% from 255 or 46.69% from 257); Blue value is 64 (25.39% from 255 or 24.90% from 257); Max value from RGB is 120 - color contains mainly: green. Hex color #497840 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #497840 is #B687BF. Grayscale: #636363. Windows color (decimal): -11962304 or 4225097. OLE color: 4225097.
HSL color Cylindrical-coordinate representation of color #497840: hue angle of 110.36º degrees, saturation: 0.3, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #497840 is Cyan = 0.39, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 73 | 120 | 64 | - |
| CMYK | 0.39 | 0 | 0.47 | 0.53 |
| HSL | 110.36º | 0.3% | 0.36% | - |
| HSV(B) | 110.36º | 0.47% | 0.47% | - |
| XYZ | 10.39 | 15.22 | 7.24 | - |
| YUV | 99.56 | 107.93 | 109.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 120 | 64 | 0.39 | 0 | 0.47 | 0.53 | 110.36 | 0.3 | 0.36 |
| Hex | 49 | 78 | 40 | 27 | 0 | 2F | 35 | 6E | 1E | 24 |
| Octal | 111 | 170 | 100 | 47 | 0 | 57 | 65 | 156 | 36 | 44 |
| Binary | 1001001 | 1111000 | 1000000 | 100111 | 0 | 101111 | 110101 | 1101110 | 11110 | 100100 |
Color Harmonies of #497840
Complementary color
Monochromatic Colors of #497840
Black with #497840
Text Example
Text Example
White with #497840
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #497840; }
p { color: rgb(73,120,64); }
H1.HeaderClassName
{
color: #497840;
}
.AnyTagClassName
{
color: #497840;
}
</style>
background-color css
<style>
a { background-color: #497840; }
a { background-color: rgb(73,120,64); }
div.DivClassName
{
background-color: #497840;
}
.BgClassName
{
background-color: #497840;
}
</style>
border-color css
<style>
span { border-color: #497840; }
span { border-color: rgb(73,120,64); }
td.TdClassName
{
border-color: #497840;
}
.TagClassName
{
border-color: #497840;
}
</style>