Shades of Fern Green #498B44
Tints of Fern Green #498B44
RGB
CMYK
RGB Variations
Color information
#498B44 (or 0x498B44) is known color: Fern Green. HEX triplet: 49, 8B and 44. RGB value is (73,139,68). Sum of RGB (Red+Green+Blue) = 73+139+68=280 (37% of max value = 765). Red value is 73 (28.91% from 255 or 26.07% from 280); Green value is 139 (54.69% from 255 or 49.64% from 280); Blue value is 68 (26.95% from 255 or 24.29% from 280); Max value from RGB is 139 - color contains mainly: green. Hex color #498B44 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #498B44 is #B674BB. Grayscale: #6F6F6F. Windows color (decimal): -11957436 or 4492105. OLE color: 4492105.
HSL color Cylindrical-coordinate representation of color #498B44: hue angle of 115.77º degrees, saturation: 0.34, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #498B44 is Cyan = 0.47, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 73 | 139 | 68 | - |
| CMYK | 0.47 | 0 | 0.51 | 0.45 |
| HSL | 115.77º | 0.34% | 0.41% | - |
| HSV(B) | 115.77º | 0.51% | 0.55% | - |
| XYZ | 13.02 | 20.3 | 8.7 | - |
| YUV | 111.17 | 103.63 | 100.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 139 | 68 | 0.47 | 0 | 0.51 | 0.45 | 115.77 | 0.34 | 0.41 |
| Hex | 49 | 8B | 44 | 2F | 0 | 33 | 2D | 74 | 22 | 29 |
| Octal | 111 | 213 | 104 | 57 | 0 | 63 | 55 | 164 | 42 | 51 |
| Binary | 1001001 | 10001011 | 1000100 | 101111 | 0 | 110011 | 101101 | 1110100 | 100010 | 101001 |
Color Harmonies of #498B44
Complementary color
Monochromatic Colors of #498B44
Black with #498B44
Text Example
Text Example
White with #498B44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #498B44; }
p { color: rgb(73,139,68); }
H1.HeaderClassName
{
color: #498B44;
}
.AnyTagClassName
{
color: #498B44;
}
</style>
background-color css
<style>
a { background-color: #498B44; }
a { background-color: rgb(73,139,68); }
div.DivClassName
{
background-color: #498B44;
}
.BgClassName
{
background-color: #498B44;
}
</style>
border-color css
<style>
span { border-color: #498B44; }
span { border-color: rgb(73,139,68); }
td.TdClassName
{
border-color: #498B44;
}
.TagClassName
{
border-color: #498B44;
}
</style>