Shades of Fern Green #498140
Tints of Fern Green #498140
RGB
CMYK
RGB Variations
Color information
#498140 (or 0x498140) is known color: Fern Green. HEX triplet: 49, 81 and 40. RGB value is (73,129,64). Sum of RGB (Red+Green+Blue) = 73+129+64=266 (35% of max value = 765). Red value is 73 (28.91% from 255 or 27.44% from 266); Green value is 129 (50.78% from 255 or 48.50% from 266); Blue value is 64 (25.39% from 255 or 24.06% from 266); Max value from RGB is 129 - color contains mainly: green. Hex color #498140 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #498140 is #B67EBF. Grayscale: #696969. Windows color (decimal): -11960000 or 4227401. OLE color: 4227401.
HSL color Cylindrical-coordinate representation of color #498140: hue angle of 111.69º degrees, saturation: 0.34, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #498140 is Cyan = 0.43, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 73 | 129 | 64 | - |
| CMYK | 0.43 | 0 | 0.50 | 0.49 |
| HSL | 111.69º | 0.34% | 0.38% | - |
| HSV(B) | 111.69º | 0.5% | 0.51% | - |
| XYZ | 11.52 | 17.49 | 7.62 | - |
| YUV | 104.85 | 104.95 | 105.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 129 | 64 | 0.43 | 0 | 0.50 | 0.49 | 111.69 | 0.34 | 0.38 |
| Hex | 49 | 81 | 40 | 2B | 0 | 32 | 31 | 70 | 22 | 26 |
| Octal | 111 | 201 | 100 | 53 | 0 | 62 | 61 | 160 | 42 | 46 |
| Binary | 1001001 | 10000001 | 1000000 | 101011 | 0 | 110010 | 110001 | 1110000 | 100010 | 100110 |
Color Harmonies of #498140
Complementary color
Monochromatic Colors of #498140
Black with #498140
Text Example
Text Example
White with #498140
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #498140; }
p { color: rgb(73,129,64); }
H1.HeaderClassName
{
color: #498140;
}
.AnyTagClassName
{
color: #498140;
}
</style>
background-color css
<style>
a { background-color: #498140; }
a { background-color: rgb(73,129,64); }
div.DivClassName
{
background-color: #498140;
}
.BgClassName
{
background-color: #498140;
}
</style>
border-color css
<style>
span { border-color: #498140; }
span { border-color: rgb(73,129,64); }
td.TdClassName
{
border-color: #498140;
}
.TagClassName
{
border-color: #498140;
}
</style>