Shades of Fern Green #497940
Tints of Fern Green #497940
RGB
CMYK
RGB Variations
Color information
#497940 (or 0x497940) is known color: Fern Green. HEX triplet: 49, 79 and 40. RGB value is (73,121,64). Sum of RGB (Red+Green+Blue) = 73+121+64=258 (34% of max value = 765). Red value is 73 (28.91% from 255 or 28.29% from 258); Green value is 121 (47.66% from 255 or 46.90% from 258); Blue value is 64 (25.39% from 255 or 24.81% from 258); Max value from RGB is 121 - color contains mainly: green. Hex color #497940 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #497940 is #B686BF. Grayscale: #646464. Windows color (decimal): -11962048 or 4225353. OLE color: 4225353.
HSL color Cylindrical-coordinate representation of color #497940: hue angle of 110.53º degrees, saturation: 0.31, 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 #497940 is Cyan = 0.40, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 73 | 121 | 64 | - |
| CMYK | 0.40 | 0 | 0.47 | 0.53 |
| HSL | 110.53º | 0.31% | 0.36% | - |
| HSV(B) | 110.53º | 0.47% | 0.47% | - |
| XYZ | 10.51 | 15.46 | 7.28 | - |
| YUV | 100.15 | 107.6 | 108.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 121 | 64 | 0.40 | 0 | 0.47 | 0.53 | 110.53 | 0.31 | 0.36 |
| Hex | 49 | 79 | 40 | 28 | 0 | 2F | 35 | 6F | 1F | 24 |
| Octal | 111 | 171 | 100 | 50 | 0 | 57 | 65 | 157 | 37 | 44 |
| Binary | 1001001 | 1111001 | 1000000 | 101000 | 0 | 101111 | 110101 | 1101111 | 11111 | 100100 |
Color Harmonies of #497940
Complementary color
Monochromatic Colors of #497940
Black with #497940
Text Example
Text Example
White with #497940
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #497940; }
p { color: rgb(73,121,64); }
H1.HeaderClassName
{
color: #497940;
}
.AnyTagClassName
{
color: #497940;
}
</style>
background-color css
<style>
a { background-color: #497940; }
a { background-color: rgb(73,121,64); }
div.DivClassName
{
background-color: #497940;
}
.BgClassName
{
background-color: #497940;
}
</style>
border-color css
<style>
span { border-color: #497940; }
span { border-color: rgb(73,121,64); }
td.TdClassName
{
border-color: #497940;
}
.TagClassName
{
border-color: #497940;
}
</style>