Shades of Fern Green #498B47
Tints of Fern Green #498B47
RGB
CMYK
RGB Variations
Color information
#498B47 (or 0x498B47) is known color: Fern Green. HEX triplet: 49, 8B and 47. RGB value is (73,139,71). Sum of RGB (Red+Green+Blue) = 73+139+71=283 (37% of max value = 765). Red value is 73 (28.91% from 255 or 25.80% from 283); Green value is 139 (54.69% from 255 or 49.12% from 283); Blue value is 71 (28.12% from 255 or 25.09% from 283); Max value from RGB is 139 - color contains mainly: green. Hex color #498B47 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #498B47 is #B674B8. Grayscale: #6F6F6F. Windows color (decimal): -11957433 or 4688713. OLE color: 4688713.
HSL color Cylindrical-coordinate representation of color #498B47: hue angle of 118.24º degrees, saturation: 0.32, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #498B47 is Cyan = 0.47, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 73 | 139 | 71 | - |
| CMYK | 0.47 | 0 | 0.49 | 0.45 |
| HSL | 118.24º | 0.32% | 0.41% | - |
| HSV(B) | 118.24º | 0.49% | 0.55% | - |
| XYZ | 13.12 | 20.34 | 9.2 | - |
| YUV | 111.51 | 105.13 | 100.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 139 | 71 | 0.47 | 0 | 0.49 | 0.45 | 118.24 | 0.32 | 0.41 |
| Hex | 49 | 8B | 47 | 2F | 0 | 31 | 2D | 76 | 20 | 29 |
| Octal | 111 | 213 | 107 | 57 | 0 | 61 | 55 | 166 | 40 | 51 |
| Binary | 1001001 | 10001011 | 1000111 | 101111 | 0 | 110001 | 101101 | 1110110 | 100000 | 101001 |
Color Harmonies of #498B47
Complementary color
Monochromatic Colors of #498B47
Black with #498B47
Text Example
Text Example
White with #498B47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #498B47; }
p { color: rgb(73,139,71); }
H1.HeaderClassName
{
color: #498B47;
}
.AnyTagClassName
{
color: #498B47;
}
</style>
background-color css
<style>
a { background-color: #498B47; }
a { background-color: rgb(73,139,71); }
div.DivClassName
{
background-color: #498B47;
}
.BgClassName
{
background-color: #498B47;
}
</style>
border-color css
<style>
span { border-color: #498B47; }
span { border-color: rgb(73,139,71); }
td.TdClassName
{
border-color: #498B47;
}
.TagClassName
{
border-color: #498B47;
}
</style>