Shades of Fern Green #497141
Tints of Fern Green #497141
RGB
CMYK
RGB Variations
Color information
#497141 (or 0x497141) is known color: Fern Green. HEX triplet: 49, 71 and 41. RGB value is (73,113,65). Sum of RGB (Red+Green+Blue) = 73+113+65=251 (33% of max value = 765). Red value is 73 (28.91% from 255 or 29.08% from 251); Green value is 113 (44.53% from 255 or 45.02% from 251); Blue value is 65 (25.78% from 255 or 25.90% from 251); Max value from RGB is 113 - color contains mainly: green. Hex color #497141 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #497141 is #B68EBE. Grayscale: #5F5F5F. Windows color (decimal): -11964095 or 4288841. OLE color: 4288841.
HSL color Cylindrical-coordinate representation of color #497141: hue angle of 110º degrees, saturation: 0.27, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #497141 is Cyan = 0.35, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 73 | 113 | 65 | - |
| CMYK | 0.35 | 0 | 0.42 | 0.56 |
| HSL | 110º | 0.27% | 0.35% | - |
| HSV(B) | 110º | 0.42% | 0.44% | - |
| XYZ | 9.61 | 13.61 | 7.12 | - |
| YUV | 95.57 | 110.75 | 111.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 113 | 65 | 0.35 | 0 | 0.42 | 0.56 | 110 | 0.27 | 0.35 |
| Hex | 49 | 71 | 41 | 23 | 0 | 2A | 38 | 6E | 1B | 23 |
| Octal | 111 | 161 | 101 | 43 | 0 | 52 | 70 | 156 | 33 | 43 |
| Binary | 1001001 | 1110001 | 1000001 | 100011 | 0 | 101010 | 111000 | 1101110 | 11011 | 100011 |
Color Harmonies of #497141
Complementary color
Monochromatic Colors of #497141
Black with #497141
Text Example
Text Example
White with #497141
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #497141; }
p { color: rgb(73,113,65); }
H1.HeaderClassName
{
color: #497141;
}
.AnyTagClassName
{
color: #497141;
}
</style>
background-color css
<style>
a { background-color: #497141; }
a { background-color: rgb(73,113,65); }
div.DivClassName
{
background-color: #497141;
}
.BgClassName
{
background-color: #497141;
}
</style>
border-color css
<style>
span { border-color: #497141; }
span { border-color: rgb(73,113,65); }
td.TdClassName
{
border-color: #497141;
}
.TagClassName
{
border-color: #497141;
}
</style>