Shades of Fern Green #558946
Tints of Fern Green #558946
RGB
CMYK
RGB Variations
Color information
#558946 (or 0x558946) is known color: Fern Green. HEX triplet: 55, 89 and 46. RGB value is (85,137,70). Sum of RGB (Red+Green+Blue) = 85+137+70=292 (38% of max value = 765). Red value is 85 (33.59% from 255 or 29.11% from 292); Green value is 137 (53.91% from 255 or 46.92% from 292); Blue value is 70 (27.73% from 255 or 23.97% from 292); Max value from RGB is 137 - color contains mainly: green. Hex color #558946 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #558946 is #AA76B9. Grayscale: #727272. Windows color (decimal): -11171514 or 4622677. OLE color: 4622677.
HSL color Cylindrical-coordinate representation of color #558946: hue angle of 106.57º degrees, saturation: 0.32, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #558946 is Cyan = 0.38, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 85 | 137 | 70 | - |
| CMYK | 0.38 | 0 | 0.49 | 0.46 |
| HSL | 106.57º | 0.32% | 0.41% | - |
| HSV(B) | 106.57º | 0.49% | 0.54% | - |
| XYZ | 13.8 | 20.26 | 8.98 | - |
| YUV | 113.81 | 103.27 | 107.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 137 | 70 | 0.38 | 0 | 0.49 | 0.46 | 106.57 | 0.32 | 0.41 |
| Hex | 55 | 89 | 46 | 26 | 0 | 31 | 2E | 6B | 20 | 29 |
| Octal | 125 | 211 | 106 | 46 | 0 | 61 | 56 | 153 | 40 | 51 |
| Binary | 1010101 | 10001001 | 1000110 | 100110 | 0 | 110001 | 101110 | 1101011 | 100000 | 101001 |
Color Harmonies of #558946
Complementary color
Monochromatic Colors of #558946
Black with #558946
Text Example
Text Example
White with #558946
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #558946; }
p { color: rgb(85,137,70); }
H1.HeaderClassName
{
color: #558946;
}
.AnyTagClassName
{
color: #558946;
}
</style>
background-color css
<style>
a { background-color: #558946; }
a { background-color: rgb(85,137,70); }
div.DivClassName
{
background-color: #558946;
}
.BgClassName
{
background-color: #558946;
}
</style>
border-color css
<style>
span { border-color: #558946; }
span { border-color: rgb(85,137,70); }
td.TdClassName
{
border-color: #558946;
}
.TagClassName
{
border-color: #558946;
}
</style>