Shades of Fern Green #499041
Tints of Fern Green #499041
RGB
CMYK
RGB Variations
Color information
#499041 (or 0x499041) is known color: Fern Green. HEX triplet: 49, 90 and 41. RGB value is (73,144,65). Sum of RGB (Red+Green+Blue) = 73+144+65=282 (37% of max value = 765). Red value is 73 (28.91% from 255 or 25.89% from 282); Green value is 144 (56.64% from 255 or 51.06% from 282); Blue value is 65 (25.78% from 255 or 23.05% from 282); Max value from RGB is 144 - color contains mainly: green. Hex color #499041 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #499041 is #B66FBE. Grayscale: #727272. Windows color (decimal): -11956159 or 4296777. OLE color: 4296777.
HSL color Cylindrical-coordinate representation of color #499041: hue angle of 113.92º degrees, saturation: 0.38, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #499041 is Cyan = 0.49, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 73 | 144 | 65 | - |
| CMYK | 0.49 | 0 | 0.55 | 0.44 |
| HSL | 113.92º | 0.38% | 0.41% | - |
| HSV(B) | 113.92º | 0.55% | 0.56% | - |
| XYZ | 13.68 | 21.74 | 8.48 | - |
| YUV | 113.77 | 100.48 | 98.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 144 | 65 | 0.49 | 0 | 0.55 | 0.44 | 113.92 | 0.38 | 0.41 |
| Hex | 49 | 90 | 41 | 31 | 0 | 37 | 2C | 72 | 26 | 29 |
| Octal | 111 | 220 | 101 | 61 | 0 | 67 | 54 | 162 | 46 | 51 |
| Binary | 1001001 | 10010000 | 1000001 | 110001 | 0 | 110111 | 101100 | 1110010 | 100110 | 101001 |
Color Harmonies of #499041
Complementary color
Monochromatic Colors of #499041
Black with #499041
Text Example
Text Example
White with #499041
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #499041; }
p { color: rgb(73,144,65); }
H1.HeaderClassName
{
color: #499041;
}
.AnyTagClassName
{
color: #499041;
}
</style>
background-color css
<style>
a { background-color: #499041; }
a { background-color: rgb(73,144,65); }
div.DivClassName
{
background-color: #499041;
}
.BgClassName
{
background-color: #499041;
}
</style>
border-color css
<style>
span { border-color: #499041; }
span { border-color: rgb(73,144,65); }
td.TdClassName
{
border-color: #499041;
}
.TagClassName
{
border-color: #499041;
}
</style>