Shades of Fern Green #498539
Tints of Fern Green #498539
RGB
CMYK
RGB Variations
Color information
#498539 (or 0x498539) is known color: Fern Green. HEX triplet: 49, 85 and 39. RGB value is (73,133,57). Sum of RGB (Red+Green+Blue) = 73+133+57=263 (34% of max value = 765). Red value is 73 (28.91% from 255 or 27.76% from 263); Green value is 133 (52.34% from 255 or 50.57% from 263); Blue value is 57 (22.66% from 255 or 21.67% from 263); Max value from RGB is 133 - color contains mainly: green. Hex color #498539 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #498539 is #B67AC6. Grayscale: #6A6A6A. Windows color (decimal): -11958983 or 3769673. OLE color: 3769673.
HSL color Cylindrical-coordinate representation of color #498539: hue angle of 107.37º degrees, saturation: 0.4, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #498539 is Cyan = 0.45, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 73 | 133 | 57 | - |
| CMYK | 0.45 | 0 | 0.57 | 0.48 |
| HSL | 107.37º | 0.4% | 0.37% | - |
| HSV(B) | 107.37º | 0.57% | 0.52% | - |
| XYZ | 11.87 | 18.49 | 6.81 | - |
| YUV | 106.4 | 100.12 | 104.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 133 | 57 | 0.45 | 0 | 0.57 | 0.48 | 107.37 | 0.4 | 0.37 |
| Hex | 49 | 85 | 39 | 2D | 0 | 39 | 30 | 6B | 28 | 25 |
| Octal | 111 | 205 | 71 | 55 | 0 | 71 | 60 | 153 | 50 | 45 |
| Binary | 1001001 | 10000101 | 111001 | 101101 | 0 | 111001 | 110000 | 1101011 | 101000 | 100101 |
Color Harmonies of #498539
Complementary color
Monochromatic Colors of #498539
Black with #498539
Text Example
Text Example
White with #498539
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #498539; }
p { color: rgb(73,133,57); }
H1.HeaderClassName
{
color: #498539;
}
.AnyTagClassName
{
color: #498539;
}
</style>
background-color css
<style>
a { background-color: #498539; }
a { background-color: rgb(73,133,57); }
div.DivClassName
{
background-color: #498539;
}
.BgClassName
{
background-color: #498539;
}
</style>
border-color css
<style>
span { border-color: #498539; }
span { border-color: rgb(73,133,57); }
td.TdClassName
{
border-color: #498539;
}
.TagClassName
{
border-color: #498539;
}
</style>