Shades of Fern Green #497644
Tints of Fern Green #497644
RGB
CMYK
RGB Variations
Color information
#497644 (or 0x497644) is known color: Fern Green. HEX triplet: 49, 76 and 44. RGB value is (73,118,68). Sum of RGB (Red+Green+Blue) = 73+118+68=259 (34% of max value = 765). Red value is 73 (28.91% from 255 or 28.19% from 259); Green value is 118 (46.48% from 255 or 45.56% from 259); Blue value is 68 (26.95% from 255 or 26.25% from 259); Max value from RGB is 118 - color contains mainly: green. Hex color #497644 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #497644 is #B689BB. Grayscale: #626262. Windows color (decimal): -11962812 or 4486729. OLE color: 4486729.
HSL color Cylindrical-coordinate representation of color #497644: hue angle of 114º degrees, saturation: 0.27, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #497644 is Cyan = 0.38, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 73 | 118 | 68 | - |
| CMYK | 0.38 | 0 | 0.42 | 0.54 |
| HSL | 114º | 0.27% | 0.36% | - |
| HSV(B) | 114º | 0.42% | 0.46% | - |
| XYZ | 10.27 | 14.79 | 7.78 | - |
| YUV | 98.85 | 110.59 | 109.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 118 | 68 | 0.38 | 0 | 0.42 | 0.54 | 114 | 0.27 | 0.36 |
| Hex | 49 | 76 | 44 | 26 | 0 | 2A | 36 | 72 | 1B | 24 |
| Octal | 111 | 166 | 104 | 46 | 0 | 52 | 66 | 162 | 33 | 44 |
| Binary | 1001001 | 1110110 | 1000100 | 100110 | 0 | 101010 | 110110 | 1110010 | 11011 | 100100 |
Color Harmonies of #497644
Complementary color
Monochromatic Colors of #497644
Black with #497644
Text Example
Text Example
White with #497644
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #497644; }
p { color: rgb(73,118,68); }
H1.HeaderClassName
{
color: #497644;
}
.AnyTagClassName
{
color: #497644;
}
</style>
background-color css
<style>
a { background-color: #497644; }
a { background-color: rgb(73,118,68); }
div.DivClassName
{
background-color: #497644;
}
.BgClassName
{
background-color: #497644;
}
</style>
border-color css
<style>
span { border-color: #497644; }
span { border-color: rgb(73,118,68); }
td.TdClassName
{
border-color: #497644;
}
.TagClassName
{
border-color: #497644;
}
</style>