Shades of Fern Green #558839
Tints of Fern Green #558839
RGB
CMYK
RGB Variations
Color information
#558839 (or 0x558839) is known color: Fern Green. HEX triplet: 55, 88 and 39. RGB value is (85,136,57). Sum of RGB (Red+Green+Blue) = 85+136+57=278 (36% of max value = 765). Red value is 85 (33.59% from 255 or 30.58% from 278); Green value is 136 (53.52% from 255 or 48.92% from 278); Blue value is 57 (22.66% from 255 or 20.50% from 278); Max value from RGB is 136 - color contains mainly: green. Hex color #558839 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #558839 is #AA77C6. Grayscale: #707070. Windows color (decimal): -11171783 or 3770453. OLE color: 3770453.
HSL color Cylindrical-coordinate representation of color #558839: hue angle of 98.73º degrees, saturation: 0.41, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #558839 is Cyan = 0.38, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 85 | 136 | 57 | - |
| CMYK | 0.38 | 0 | 0.58 | 0.47 |
| HSL | 98.73º | 0.41% | 0.38% | - |
| HSV(B) | 98.73º | 0.58% | 0.53% | - |
| XYZ | 13.29 | 19.84 | 7 | - |
| YUV | 111.75 | 97.1 | 108.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 136 | 57 | 0.38 | 0 | 0.58 | 0.47 | 98.73 | 0.41 | 0.38 |
| Hex | 55 | 88 | 39 | 26 | 0 | 3A | 2F | 63 | 29 | 26 |
| Octal | 125 | 210 | 71 | 46 | 0 | 72 | 57 | 143 | 51 | 46 |
| Binary | 1010101 | 10001000 | 111001 | 100110 | 0 | 111010 | 101111 | 1100011 | 101001 | 100110 |
Color Harmonies of #558839
Complementary color
Monochromatic Colors of #558839
Black with #558839
Text Example
Text Example
White with #558839
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #558839; }
p { color: rgb(85,136,57); }
H1.HeaderClassName
{
color: #558839;
}
.AnyTagClassName
{
color: #558839;
}
</style>
background-color css
<style>
a { background-color: #558839; }
a { background-color: rgb(85,136,57); }
div.DivClassName
{
background-color: #558839;
}
.BgClassName
{
background-color: #558839;
}
</style>
border-color css
<style>
span { border-color: #558839; }
span { border-color: rgb(85,136,57); }
td.TdClassName
{
border-color: #558839;
}
.TagClassName
{
border-color: #558839;
}
</style>