Shades of Fern Green #558847
Tints of Fern Green #558847
RGB
CMYK
RGB Variations
Color information
#558847 (or 0x558847) is known color: Fern Green. HEX triplet: 55, 88 and 47. RGB value is (85,136,71). Sum of RGB (Red+Green+Blue) = 85+136+71=292 (38% of max value = 765). Red value is 85 (33.59% from 255 or 29.11% from 292); Green value is 136 (53.52% from 255 or 46.58% from 292); Blue value is 71 (28.12% from 255 or 24.32% from 292); Max value from RGB is 136 - color contains mainly: green. Hex color #558847 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #558847 is #AA77B8. Grayscale: #717171. Windows color (decimal): -11171769 or 4687957. OLE color: 4687957.
HSL color Cylindrical-coordinate representation of color #558847: hue angle of 107.08º degrees, saturation: 0.31, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #558847 is Cyan = 0.38, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 85 | 136 | 71 | - |
| CMYK | 0.38 | 0 | 0.48 | 0.47 |
| HSL | 107.08º | 0.31% | 0.41% | - |
| HSV(B) | 107.08º | 0.48% | 0.53% | - |
| XYZ | 13.69 | 19.99 | 9.1 | - |
| YUV | 113.34 | 104.1 | 107.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 136 | 71 | 0.38 | 0 | 0.48 | 0.47 | 107.08 | 0.31 | 0.41 |
| Hex | 55 | 88 | 47 | 26 | 0 | 30 | 2F | 6B | 1F | 29 |
| Octal | 125 | 210 | 107 | 46 | 0 | 60 | 57 | 153 | 37 | 51 |
| Binary | 1010101 | 10001000 | 1000111 | 100110 | 0 | 110000 | 101111 | 1101011 | 11111 | 101001 |
Color Harmonies of #558847
Complementary color
Monochromatic Colors of #558847
Black with #558847
Text Example
Text Example
White with #558847
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #558847; }
p { color: rgb(85,136,71); }
H1.HeaderClassName
{
color: #558847;
}
.AnyTagClassName
{
color: #558847;
}
</style>
background-color css
<style>
a { background-color: #558847; }
a { background-color: rgb(85,136,71); }
div.DivClassName
{
background-color: #558847;
}
.BgClassName
{
background-color: #558847;
}
</style>
border-color css
<style>
span { border-color: #558847; }
span { border-color: rgb(85,136,71); }
td.TdClassName
{
border-color: #558847;
}
.TagClassName
{
border-color: #558847;
}
</style>