Shades of Fern Green #498240
Tints of Fern Green #498240
RGB
CMYK
RGB Variations
Color information
#498240 (or 0x498240) is known color: Fern Green. HEX triplet: 49, 82 and 40. RGB value is (73,130,64). Sum of RGB (Red+Green+Blue) = 73+130+64=267 (35% of max value = 765). Red value is 73 (28.91% from 255 or 27.34% from 267); Green value is 130 (51.17% from 255 or 48.69% from 267); Blue value is 64 (25.39% from 255 or 23.97% from 267); Max value from RGB is 130 - color contains mainly: green. Hex color #498240 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #498240 is #B67DBF. Grayscale: #696969. Windows color (decimal): -11959744 or 4227657. OLE color: 4227657.
HSL color Cylindrical-coordinate representation of color #498240: hue angle of 111.82º degrees, saturation: 0.34, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #498240 is Cyan = 0.44, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 73 | 130 | 64 | - |
| CMYK | 0.44 | 0 | 0.51 | 0.49 |
| HSL | 111.82º | 0.34% | 0.38% | - |
| HSV(B) | 111.82º | 0.51% | 0.51% | - |
| XYZ | 11.66 | 17.75 | 7.66 | - |
| YUV | 105.43 | 104.62 | 104.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 130 | 64 | 0.44 | 0 | 0.51 | 0.49 | 111.82 | 0.34 | 0.38 |
| Hex | 49 | 82 | 40 | 2C | 0 | 33 | 31 | 70 | 22 | 26 |
| Octal | 111 | 202 | 100 | 54 | 0 | 63 | 61 | 160 | 42 | 46 |
| Binary | 1001001 | 10000010 | 1000000 | 101100 | 0 | 110011 | 110001 | 1110000 | 100010 | 100110 |
Color Harmonies of #498240
Complementary color
Monochromatic Colors of #498240
Black with #498240
Text Example
Text Example
White with #498240
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #498240; }
p { color: rgb(73,130,64); }
H1.HeaderClassName
{
color: #498240;
}
.AnyTagClassName
{
color: #498240;
}
</style>
background-color css
<style>
a { background-color: #498240; }
a { background-color: rgb(73,130,64); }
div.DivClassName
{
background-color: #498240;
}
.BgClassName
{
background-color: #498240;
}
</style>
border-color css
<style>
span { border-color: #498240; }
span { border-color: rgb(73,130,64); }
td.TdClassName
{
border-color: #498240;
}
.TagClassName
{
border-color: #498240;
}
</style>