Shades of Fern Green #558841
Tints of Fern Green #558841
RGB
CMYK
RGB Variations
Color information
#558841 (or 0x558841) is known color: Fern Green. HEX triplet: 55, 88 and 41. RGB value is (85,136,65). Sum of RGB (Red+Green+Blue) = 85+136+65=286 (37% of max value = 765). Red value is 85 (33.59% from 255 or 29.72% from 286); Green value is 136 (53.52% from 255 or 47.55% from 286); Blue value is 65 (25.78% from 255 or 22.73% from 286); Max value from RGB is 136 - color contains mainly: green. Hex color #558841 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #558841 is #AA77BE. Grayscale: #707070. Windows color (decimal): -11171775 or 4294741. OLE color: 4294741.
HSL color Cylindrical-coordinate representation of color #558841: hue angle of 103.1º degrees, saturation: 0.35, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #558841 is Cyan = 0.38, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 85 | 136 | 65 | - |
| CMYK | 0.38 | 0 | 0.52 | 0.47 |
| HSL | 103.1º | 0.35% | 0.39% | - |
| HSV(B) | 103.1º | 0.52% | 0.53% | - |
| XYZ | 13.5 | 19.92 | 8.13 | - |
| YUV | 112.66 | 101.1 | 108.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 136 | 65 | 0.38 | 0 | 0.52 | 0.47 | 103.1 | 0.35 | 0.39 |
| Hex | 55 | 88 | 41 | 26 | 0 | 34 | 2F | 67 | 23 | 27 |
| Octal | 125 | 210 | 101 | 46 | 0 | 64 | 57 | 147 | 43 | 47 |
| Binary | 1010101 | 10001000 | 1000001 | 100110 | 0 | 110100 | 101111 | 1100111 | 100011 | 100111 |
Color Harmonies of #558841
Complementary color
Monochromatic Colors of #558841
Black with #558841
Text Example
Text Example
White with #558841
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #558841; }
p { color: rgb(85,136,65); }
H1.HeaderClassName
{
color: #558841;
}
.AnyTagClassName
{
color: #558841;
}
</style>
background-color css
<style>
a { background-color: #558841; }
a { background-color: rgb(85,136,65); }
div.DivClassName
{
background-color: #558841;
}
.BgClassName
{
background-color: #558841;
}
</style>
border-color css
<style>
span { border-color: #558841; }
span { border-color: rgb(85,136,65); }
td.TdClassName
{
border-color: #558841;
}
.TagClassName
{
border-color: #558841;
}
</style>