Shades of Fern Green #498A40
Tints of Fern Green #498A40
RGB
CMYK
RGB Variations
Color information
#498A40 (or 0x498A40) is known color: Fern Green. HEX triplet: 49, 8A and 40. RGB value is (73,138,64). Sum of RGB (Red+Green+Blue) = 73+138+64=275 (36% of max value = 765). Red value is 73 (28.91% from 255 or 26.55% from 275); Green value is 138 (54.30% from 255 or 50.18% from 275); Blue value is 64 (25.39% from 255 or 23.27% from 275); Max value from RGB is 138 - color contains mainly: green. Hex color #498A40 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #498A40 is #B675BF. Grayscale: #6E6E6E. Windows color (decimal): -11957696 or 4229705. OLE color: 4229705.
HSL color Cylindrical-coordinate representation of color #498A40: hue angle of 112.7º degrees, saturation: 0.37, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #498A40 is Cyan = 0.47, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 73 | 138 | 64 | - |
| CMYK | 0.47 | 0 | 0.54 | 0.46 |
| HSL | 112.7º | 0.37% | 0.4% | - |
| HSV(B) | 112.7º | 0.54% | 0.54% | - |
| XYZ | 12.76 | 19.96 | 8.03 | - |
| YUV | 110.13 | 101.97 | 101.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 138 | 64 | 0.47 | 0 | 0.54 | 0.46 | 112.7 | 0.37 | 0.4 |
| Hex | 49 | 8A | 40 | 2F | 0 | 36 | 2E | 71 | 25 | 28 |
| Octal | 111 | 212 | 100 | 57 | 0 | 66 | 56 | 161 | 45 | 50 |
| Binary | 1001001 | 10001010 | 1000000 | 101111 | 0 | 110110 | 101110 | 1110001 | 100101 | 101000 |
Color Harmonies of #498A40
Complementary color
Monochromatic Colors of #498A40
Black with #498A40
Text Example
Text Example
White with #498A40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #498A40; }
p { color: rgb(73,138,64); }
H1.HeaderClassName
{
color: #498A40;
}
.AnyTagClassName
{
color: #498A40;
}
</style>
background-color css
<style>
a { background-color: #498A40; }
a { background-color: rgb(73,138,64); }
div.DivClassName
{
background-color: #498A40;
}
.BgClassName
{
background-color: #498A40;
}
</style>
border-color css
<style>
span { border-color: #498A40; }
span { border-color: rgb(73,138,64); }
td.TdClassName
{
border-color: #498A40;
}
.TagClassName
{
border-color: #498A40;
}
</style>