Shades of Fern Green #497143
Tints of Fern Green #497143
RGB
CMYK
RGB Variations
Color information
#497143 (or 0x497143) is known color: Fern Green. HEX triplet: 49, 71 and 43. RGB value is (73,113,67). Sum of RGB (Red+Green+Blue) = 73+113+67=253 (33% of max value = 765). Red value is 73 (28.91% from 255 or 28.85% from 253); Green value is 113 (44.53% from 255 or 44.66% from 253); Blue value is 67 (26.56% from 255 or 26.48% from 253); Max value from RGB is 113 - color contains mainly: green. Hex color #497143 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #497143 is #B68EBC. Grayscale: #5F5F5F. Windows color (decimal): -11964093 or 4419913. OLE color: 4419913.
HSL color Cylindrical-coordinate representation of color #497143: hue angle of 112.17º degrees, saturation: 0.26, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #497143 is Cyan = 0.35, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 73 | 113 | 67 | - |
| CMYK | 0.35 | 0 | 0.41 | 0.56 |
| HSL | 112.17º | 0.26% | 0.35% | - |
| HSV(B) | 112.17º | 0.41% | 0.44% | - |
| XYZ | 9.67 | 13.63 | 7.43 | - |
| YUV | 95.8 | 111.75 | 111.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 113 | 67 | 0.35 | 0 | 0.41 | 0.56 | 112.17 | 0.26 | 0.35 |
| Hex | 49 | 71 | 43 | 23 | 0 | 29 | 38 | 70 | 1A | 23 |
| Octal | 111 | 161 | 103 | 43 | 0 | 51 | 70 | 160 | 32 | 43 |
| Binary | 1001001 | 1110001 | 1000011 | 100011 | 0 | 101001 | 111000 | 1110000 | 11010 | 100011 |
Color Harmonies of #497143
Complementary color
Monochromatic Colors of #497143
Black with #497143
Text Example
Text Example
White with #497143
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #497143; }
p { color: rgb(73,113,67); }
H1.HeaderClassName
{
color: #497143;
}
.AnyTagClassName
{
color: #497143;
}
</style>
background-color css
<style>
a { background-color: #497143; }
a { background-color: rgb(73,113,67); }
div.DivClassName
{
background-color: #497143;
}
.BgClassName
{
background-color: #497143;
}
</style>
border-color css
<style>
span { border-color: #497143; }
span { border-color: rgb(73,113,67); }
td.TdClassName
{
border-color: #497143;
}
.TagClassName
{
border-color: #497143;
}
</style>