Shades of Fern Green #498B42
Tints of Fern Green #498B42
RGB
CMYK
RGB Variations
Color information
#498B42 (or 0x498B42) is known color: Fern Green. HEX triplet: 49, 8B and 42. RGB value is (73,139,66). Sum of RGB (Red+Green+Blue) = 73+139+66=278 (36% of max value = 765). Red value is 73 (28.91% from 255 or 26.26% from 278); Green value is 139 (54.69% from 255 or 50% from 278); Blue value is 66 (26.17% from 255 or 23.74% from 278); Max value from RGB is 139 - color contains mainly: green. Hex color #498B42 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #498B42 is #B674BD. Grayscale: #6F6F6F. Windows color (decimal): -11957438 or 4361033. OLE color: 4361033.
HSL color Cylindrical-coordinate representation of color #498B42: hue angle of 114.25º degrees, saturation: 0.36, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #498B42 is Cyan = 0.47, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 73 | 139 | 66 | - |
| CMYK | 0.47 | 0 | 0.53 | 0.45 |
| HSL | 114.25º | 0.36% | 0.4% | - |
| HSV(B) | 114.25º | 0.53% | 0.55% | - |
| XYZ | 12.96 | 20.28 | 8.38 | - |
| YUV | 110.94 | 102.63 | 100.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 139 | 66 | 0.47 | 0 | 0.53 | 0.45 | 114.25 | 0.36 | 0.4 |
| Hex | 49 | 8B | 42 | 2F | 0 | 35 | 2D | 72 | 24 | 28 |
| Octal | 111 | 213 | 102 | 57 | 0 | 65 | 55 | 162 | 44 | 50 |
| Binary | 1001001 | 10001011 | 1000010 | 101111 | 0 | 110101 | 101101 | 1110010 | 100100 | 101000 |
Color Harmonies of #498B42
Complementary color
Monochromatic Colors of #498B42
Black with #498B42
Text Example
Text Example
White with #498B42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #498B42; }
p { color: rgb(73,139,66); }
H1.HeaderClassName
{
color: #498B42;
}
.AnyTagClassName
{
color: #498B42;
}
</style>
background-color css
<style>
a { background-color: #498B42; }
a { background-color: rgb(73,139,66); }
div.DivClassName
{
background-color: #498B42;
}
.BgClassName
{
background-color: #498B42;
}
</style>
border-color css
<style>
span { border-color: #498B42; }
span { border-color: rgb(73,139,66); }
td.TdClassName
{
border-color: #498B42;
}
.TagClassName
{
border-color: #498B42;
}
</style>