Shades of Fern Green #499140
Tints of Fern Green #499140
RGB
CMYK
RGB Variations
Color information
#499140 (or 0x499140) is known color: Fern Green. HEX triplet: 49, 91 and 40. RGB value is (73,145,64). Sum of RGB (Red+Green+Blue) = 73+145+64=282 (37% of max value = 765). Red value is 73 (28.91% from 255 or 25.89% from 282); Green value is 145 (57.03% from 255 or 51.42% from 282); Blue value is 64 (25.39% from 255 or 22.70% from 282); Max value from RGB is 145 - color contains mainly: green. Hex color #499140 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #499140 is #B66EBF. Grayscale: #727272. Windows color (decimal): -11955904 or 4231497. OLE color: 4231497.
HSL color Cylindrical-coordinate representation of color #499140: hue angle of 113.33º degrees, saturation: 0.39, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #499140 is Cyan = 0.50, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 73 | 145 | 64 | - |
| CMYK | 0.50 | 0 | 0.56 | 0.43 |
| HSL | 113.33º | 0.39% | 0.41% | - |
| HSV(B) | 113.33º | 0.56% | 0.57% | - |
| XYZ | 13.8 | 22.04 | 8.38 | - |
| YUV | 114.24 | 99.65 | 98.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 145 | 64 | 0.50 | 0 | 0.56 | 0.43 | 113.33 | 0.39 | 0.41 |
| Hex | 49 | 91 | 40 | 32 | 0 | 38 | 2B | 71 | 27 | 29 |
| Octal | 111 | 221 | 100 | 62 | 0 | 70 | 53 | 161 | 47 | 51 |
| Binary | 1001001 | 10010001 | 1000000 | 110010 | 0 | 111000 | 101011 | 1110001 | 100111 | 101001 |
Color Harmonies of #499140
Complementary color
Monochromatic Colors of #499140
Black with #499140
Text Example
Text Example
White with #499140
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #499140; }
p { color: rgb(73,145,64); }
H1.HeaderClassName
{
color: #499140;
}
.AnyTagClassName
{
color: #499140;
}
</style>
background-color css
<style>
a { background-color: #499140; }
a { background-color: rgb(73,145,64); }
div.DivClassName
{
background-color: #499140;
}
.BgClassName
{
background-color: #499140;
}
</style>
border-color css
<style>
span { border-color: #499140; }
span { border-color: rgb(73,145,64); }
td.TdClassName
{
border-color: #499140;
}
.TagClassName
{
border-color: #499140;
}
</style>