Shades of Fern Green #498139
Tints of Fern Green #498139
RGB
CMYK
RGB Variations
Color information
#498139 (or 0x498139) is known color: Fern Green. HEX triplet: 49, 81 and 39. RGB value is (73,129,57). Sum of RGB (Red+Green+Blue) = 73+129+57=259 (34% of max value = 765). Red value is 73 (28.91% from 255 or 28.19% from 259); Green value is 129 (50.78% from 255 or 49.81% from 259); Blue value is 57 (22.66% from 255 or 22.01% from 259); Max value from RGB is 129 - color contains mainly: green. Hex color #498139 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #498139 is #B67EC6. Grayscale: #686868. Windows color (decimal): -11960007 or 3768649. OLE color: 3768649.
HSL color Cylindrical-coordinate representation of color #498139: hue angle of 106.67º degrees, saturation: 0.39, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #498139 is Cyan = 0.43, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 73 | 129 | 57 | - |
| CMYK | 0.43 | 0 | 0.56 | 0.49 |
| HSL | 106.67º | 0.39% | 0.36% | - |
| HSV(B) | 106.67º | 0.56% | 0.51% | - |
| XYZ | 11.34 | 17.41 | 6.63 | - |
| YUV | 104.05 | 101.45 | 105.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 129 | 57 | 0.43 | 0 | 0.56 | 0.49 | 106.67 | 0.39 | 0.36 |
| Hex | 49 | 81 | 39 | 2B | 0 | 38 | 31 | 6B | 27 | 24 |
| Octal | 111 | 201 | 71 | 53 | 0 | 70 | 61 | 153 | 47 | 44 |
| Binary | 1001001 | 10000001 | 111001 | 101011 | 0 | 111000 | 110001 | 1101011 | 100111 | 100100 |
Color Harmonies of #498139
Complementary color
Monochromatic Colors of #498139
Black with #498139
Text Example
Text Example
White with #498139
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #498139; }
p { color: rgb(73,129,57); }
H1.HeaderClassName
{
color: #498139;
}
.AnyTagClassName
{
color: #498139;
}
</style>
background-color css
<style>
a { background-color: #498139; }
a { background-color: rgb(73,129,57); }
div.DivClassName
{
background-color: #498139;
}
.BgClassName
{
background-color: #498139;
}
</style>
border-color css
<style>
span { border-color: #498139; }
span { border-color: rgb(73,129,57); }
td.TdClassName
{
border-color: #498139;
}
.TagClassName
{
border-color: #498139;
}
</style>