Shades of Fern Green #497146
Tints of Fern Green #497146
RGB
CMYK
RGB Variations
Color information
#497146 (or 0x497146) is known color: Fern Green. HEX triplet: 49, 71 and 46. RGB value is (73,113,70). Sum of RGB (Red+Green+Blue) = 73+113+70=256 (33% of max value = 765). Red value is 73 (28.91% from 255 or 28.52% from 256); Green value is 113 (44.53% from 255 or 44.14% from 256); Blue value is 70 (27.73% from 255 or 27.34% from 256); Max value from RGB is 113 - color contains mainly: green. Hex color #497146 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #497146 is #B68EB9. Grayscale: #606060. Windows color (decimal): -11964090 or 4616521. OLE color: 4616521.
HSL color Cylindrical-coordinate representation of color #497146: hue angle of 115.81º degrees, saturation: 0.23, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #497146 is Cyan = 0.35, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 73 | 113 | 70 | - |
| CMYK | 0.35 | 0 | 0.38 | 0.56 |
| HSL | 115.81º | 0.23% | 0.36% | - |
| HSV(B) | 115.81º | 0.38% | 0.44% | - |
| XYZ | 9.76 | 13.67 | 7.92 | - |
| YUV | 96.14 | 113.25 | 111.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 113 | 70 | 0.35 | 0 | 0.38 | 0.56 | 115.81 | 0.23 | 0.36 |
| Hex | 49 | 71 | 46 | 23 | 0 | 26 | 38 | 74 | 17 | 24 |
| Octal | 111 | 161 | 106 | 43 | 0 | 46 | 70 | 164 | 27 | 44 |
| Binary | 1001001 | 1110001 | 1000110 | 100011 | 0 | 100110 | 111000 | 1110100 | 10111 | 100100 |
Color Harmonies of #497146
Complementary color
Monochromatic Colors of #497146
Black with #497146
Text Example
Text Example
White with #497146
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #497146; }
p { color: rgb(73,113,70); }
H1.HeaderClassName
{
color: #497146;
}
.AnyTagClassName
{
color: #497146;
}
</style>
background-color css
<style>
a { background-color: #497146; }
a { background-color: rgb(73,113,70); }
div.DivClassName
{
background-color: #497146;
}
.BgClassName
{
background-color: #497146;
}
</style>
border-color css
<style>
span { border-color: #497146; }
span { border-color: rgb(73,113,70); }
td.TdClassName
{
border-color: #497146;
}
.TagClassName
{
border-color: #497146;
}
</style>