Shades of Fern Green #498E3F
Tints of Fern Green #498E3F
RGB
CMYK
RGB Variations
Color information
#498E3F (or 0x498E3F) is known color: Fern Green. HEX triplet: 49, 8E and 3F. RGB value is (73,142,63). Sum of RGB (Red+Green+Blue) = 73+142+63=278 (36% of max value = 765). Red value is 73 (28.91% from 255 or 26.26% from 278); Green value is 142 (55.86% from 255 or 51.08% from 278); Blue value is 63 (25% from 255 or 22.66% from 278); Max value from RGB is 142 - color contains mainly: green. Hex color #498E3F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #498E3F is #B671C0. Grayscale: #707070. Windows color (decimal): -11956673 or 4165193. OLE color: 4165193.
HSL color Cylindrical-coordinate representation of color #498E3F: hue angle of 112.41º degrees, saturation: 0.39, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #498E3F is Cyan = 0.49, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 73 | 142 | 63 | - |
| CMYK | 0.49 | 0 | 0.56 | 0.44 |
| HSL | 112.41º | 0.39% | 0.4% | - |
| HSV(B) | 112.41º | 0.56% | 0.56% | - |
| XYZ | 13.32 | 21.12 | 8.08 | - |
| YUV | 112.36 | 100.14 | 99.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 142 | 63 | 0.49 | 0 | 0.56 | 0.44 | 112.41 | 0.39 | 0.4 |
| Hex | 49 | 8E | 3F | 31 | 0 | 38 | 2C | 70 | 27 | 28 |
| Octal | 111 | 216 | 77 | 61 | 0 | 70 | 54 | 160 | 47 | 50 |
| Binary | 1001001 | 10001110 | 111111 | 110001 | 0 | 111000 | 101100 | 1110000 | 100111 | 101000 |
Color Harmonies of #498E3F
Complementary color
Monochromatic Colors of #498E3F
Black with #498E3F
Text Example
Text Example
White with #498E3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #498E3F; }
p { color: rgb(73,142,63); }
H1.HeaderClassName
{
color: #498E3F;
}
.AnyTagClassName
{
color: #498E3F;
}
</style>
background-color css
<style>
a { background-color: #498E3F; }
a { background-color: rgb(73,142,63); }
div.DivClassName
{
background-color: #498E3F;
}
.BgClassName
{
background-color: #498E3F;
}
</style>
border-color css
<style>
span { border-color: #498E3F; }
span { border-color: rgb(73,142,63); }
td.TdClassName
{
border-color: #498E3F;
}
.TagClassName
{
border-color: #498E3F;
}
</style>