Shades of Fern Green #497641
Tints of Fern Green #497641
RGB
CMYK
RGB Variations
Color information
#497641 (or 0x497641) is known color: Fern Green. HEX triplet: 49, 76 and 41. RGB value is (73,118,65). Sum of RGB (Red+Green+Blue) = 73+118+65=256 (33% of max value = 765). Red value is 73 (28.91% from 255 or 28.52% from 256); Green value is 118 (46.48% from 255 or 46.09% from 256); Blue value is 65 (25.78% from 255 or 25.39% from 256); Max value from RGB is 118 - color contains mainly: green. Hex color #497641 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #497641 is #B689BE. Grayscale: #626262. Windows color (decimal): -11962815 or 4290121. OLE color: 4290121.
HSL color Cylindrical-coordinate representation of color #497641: hue angle of 110.94º degrees, saturation: 0.29, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #497641 is Cyan = 0.38, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 73 | 118 | 65 | - |
| CMYK | 0.38 | 0 | 0.45 | 0.54 |
| HSL | 110.94º | 0.29% | 0.36% | - |
| HSV(B) | 110.94º | 0.45% | 0.46% | - |
| XYZ | 10.18 | 14.75 | 7.31 | - |
| YUV | 98.5 | 109.09 | 109.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 118 | 65 | 0.38 | 0 | 0.45 | 0.54 | 110.94 | 0.29 | 0.36 |
| Hex | 49 | 76 | 41 | 26 | 0 | 2D | 36 | 6F | 1D | 24 |
| Octal | 111 | 166 | 101 | 46 | 0 | 55 | 66 | 157 | 35 | 44 |
| Binary | 1001001 | 1110110 | 1000001 | 100110 | 0 | 101101 | 110110 | 1101111 | 11101 | 100100 |
Color Harmonies of #497641
Complementary color
Monochromatic Colors of #497641
Black with #497641
Text Example
Text Example
White with #497641
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #497641; }
p { color: rgb(73,118,65); }
H1.HeaderClassName
{
color: #497641;
}
.AnyTagClassName
{
color: #497641;
}
</style>
background-color css
<style>
a { background-color: #497641; }
a { background-color: rgb(73,118,65); }
div.DivClassName
{
background-color: #497641;
}
.BgClassName
{
background-color: #497641;
}
</style>
border-color css
<style>
span { border-color: #497641; }
span { border-color: rgb(73,118,65); }
td.TdClassName
{
border-color: #497641;
}
.TagClassName
{
border-color: #497641;
}
</style>