Shades of Fern Green #498F40
Tints of Fern Green #498F40
RGB
CMYK
RGB Variations
Color information
#498F40 (or 0x498F40) is known color: Fern Green. HEX triplet: 49, 8F and 40. RGB value is (73,143,64). Sum of RGB (Red+Green+Blue) = 73+143+64=280 (37% of max value = 765). Red value is 73 (28.91% from 255 or 26.07% from 280); Green value is 143 (56.25% from 255 or 51.07% from 280); Blue value is 64 (25.39% from 255 or 22.86% from 280); Max value from RGB is 143 - color contains mainly: green. Hex color #498F40 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #498F40 is #B670BF. Grayscale: #717171. Windows color (decimal): -11956416 or 4230985. OLE color: 4230985.
HSL color Cylindrical-coordinate representation of color #498F40: hue angle of 113.16º 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 #498F40 is Cyan = 0.49, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 73 | 143 | 64 | - |
| CMYK | 0.49 | 0 | 0.55 | 0.44 |
| HSL | 113.16º | 0.38% | 0.41% | - |
| HSV(B) | 113.16º | 0.55% | 0.56% | - |
| XYZ | 13.5 | 21.43 | 8.28 | - |
| YUV | 113.06 | 100.31 | 99.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 143 | 64 | 0.49 | 0 | 0.55 | 0.44 | 113.16 | 0.38 | 0.41 |
| Hex | 49 | 8F | 40 | 31 | 0 | 37 | 2C | 71 | 26 | 29 |
| Octal | 111 | 217 | 100 | 61 | 0 | 67 | 54 | 161 | 46 | 51 |
| Binary | 1001001 | 10001111 | 1000000 | 110001 | 0 | 110111 | 101100 | 1110001 | 100110 | 101001 |
Color Harmonies of #498F40
Complementary color
Monochromatic Colors of #498F40
Black with #498F40
Text Example
Text Example
White with #498F40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #498F40; }
p { color: rgb(73,143,64); }
H1.HeaderClassName
{
color: #498F40;
}
.AnyTagClassName
{
color: #498F40;
}
</style>
background-color css
<style>
a { background-color: #498F40; }
a { background-color: rgb(73,143,64); }
div.DivClassName
{
background-color: #498F40;
}
.BgClassName
{
background-color: #498F40;
}
</style>
border-color css
<style>
span { border-color: #498F40; }
span { border-color: rgb(73,143,64); }
td.TdClassName
{
border-color: #498F40;
}
.TagClassName
{
border-color: #498F40;
}
</style>