Shades of Fern Green #499042
Tints of Fern Green #499042
RGB
CMYK
RGB Variations
Color information
#499042 (or 0x499042) is known color: Fern Green. HEX triplet: 49, 90 and 42. RGB value is (73,144,66). Sum of RGB (Red+Green+Blue) = 73+144+66=283 (37% of max value = 765). Red value is 73 (28.91% from 255 or 25.80% from 283); Green value is 144 (56.64% from 255 or 50.88% from 283); Blue value is 66 (26.17% from 255 or 23.32% from 283); Max value from RGB is 144 - color contains mainly: green. Hex color #499042 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #499042 is #B66FBD. Grayscale: #727272. Windows color (decimal): -11956158 or 4362313. OLE color: 4362313.
HSL color Cylindrical-coordinate representation of color #499042: hue angle of 114.62º degrees, saturation: 0.37, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #499042 is Cyan = 0.49, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 73 | 144 | 66 | - |
| CMYK | 0.49 | 0 | 0.54 | 0.44 |
| HSL | 114.62º | 0.37% | 0.41% | - |
| HSV(B) | 114.62º | 0.54% | 0.56% | - |
| XYZ | 13.7 | 21.76 | 8.63 | - |
| YUV | 113.88 | 100.98 | 98.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 144 | 66 | 0.49 | 0 | 0.54 | 0.44 | 114.62 | 0.37 | 0.41 |
| Hex | 49 | 90 | 42 | 31 | 0 | 36 | 2C | 73 | 25 | 29 |
| Octal | 111 | 220 | 102 | 61 | 0 | 66 | 54 | 163 | 45 | 51 |
| Binary | 1001001 | 10010000 | 1000010 | 110001 | 0 | 110110 | 101100 | 1110011 | 100101 | 101001 |
Color Harmonies of #499042
Complementary color
Monochromatic Colors of #499042
Black with #499042
Text Example
Text Example
White with #499042
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #499042; }
p { color: rgb(73,144,66); }
H1.HeaderClassName
{
color: #499042;
}
.AnyTagClassName
{
color: #499042;
}
</style>
background-color css
<style>
a { background-color: #499042; }
a { background-color: rgb(73,144,66); }
div.DivClassName
{
background-color: #499042;
}
.BgClassName
{
background-color: #499042;
}
</style>
border-color css
<style>
span { border-color: #499042; }
span { border-color: rgb(73,144,66); }
td.TdClassName
{
border-color: #499042;
}
.TagClassName
{
border-color: #499042;
}
</style>