Shades of Fern Green #497643
Tints of Fern Green #497643
RGB
CMYK
RGB Variations
Color information
#497643 (or 0x497643) is known color: Fern Green. HEX triplet: 49, 76 and 43. RGB value is (73,118,67). Sum of RGB (Red+Green+Blue) = 73+118+67=258 (34% of max value = 765). Red value is 73 (28.91% from 255 or 28.29% from 258); Green value is 118 (46.48% from 255 or 45.74% from 258); Blue value is 67 (26.56% from 255 or 25.97% from 258); Max value from RGB is 118 - color contains mainly: green. Hex color #497643 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #497643 is #B689BC. Grayscale: #626262. Windows color (decimal): -11962813 or 4421193. OLE color: 4421193.
HSL color Cylindrical-coordinate representation of color #497643: hue angle of 112.94º degrees, saturation: 0.28, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #497643 is Cyan = 0.38, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 73 | 118 | 67 | - |
| CMYK | 0.38 | 0 | 0.43 | 0.54 |
| HSL | 112.94º | 0.28% | 0.36% | - |
| HSV(B) | 112.94º | 0.43% | 0.46% | - |
| XYZ | 10.24 | 14.78 | 7.62 | - |
| YUV | 98.73 | 110.09 | 109.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 118 | 67 | 0.38 | 0 | 0.43 | 0.54 | 112.94 | 0.28 | 0.36 |
| Hex | 49 | 76 | 43 | 26 | 0 | 2B | 36 | 71 | 1C | 24 |
| Octal | 111 | 166 | 103 | 46 | 0 | 53 | 66 | 161 | 34 | 44 |
| Binary | 1001001 | 1110110 | 1000011 | 100110 | 0 | 101011 | 110110 | 1110001 | 11100 | 100100 |
Color Harmonies of #497643
Complementary color
Monochromatic Colors of #497643
Black with #497643
Text Example
Text Example
White with #497643
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #497643; }
p { color: rgb(73,118,67); }
H1.HeaderClassName
{
color: #497643;
}
.AnyTagClassName
{
color: #497643;
}
</style>
background-color css
<style>
a { background-color: #497643; }
a { background-color: rgb(73,118,67); }
div.DivClassName
{
background-color: #497643;
}
.BgClassName
{
background-color: #497643;
}
</style>
border-color css
<style>
span { border-color: #497643; }
span { border-color: rgb(73,118,67); }
td.TdClassName
{
border-color: #497643;
}
.TagClassName
{
border-color: #497643;
}
</style>