Shades of Fern Green #558E43
Tints of Fern Green #558E43
RGB
CMYK
RGB Variations
Color information
#558E43 (or 0x558E43) is known color: Fern Green. HEX triplet: 55, 8E and 43. RGB value is (85,142,67). Sum of RGB (Red+Green+Blue) = 85+142+67=294 (38% of max value = 765). Red value is 85 (33.59% from 255 or 28.91% from 294); Green value is 142 (55.86% from 255 or 48.30% from 294); Blue value is 67 (26.56% from 255 or 22.79% from 294); Max value from RGB is 142 - color contains mainly: green. Hex color #558E43 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #558E43 is #AA71BC. Grayscale: #747474. Windows color (decimal): -11170237 or 4427349. OLE color: 4427349.
HSL color Cylindrical-coordinate representation of color #558E43: hue angle of 105.6º degrees, saturation: 0.36, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #558E43 is Cyan = 0.40, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 85 | 142 | 67 | - |
| CMYK | 0.40 | 0 | 0.53 | 0.44 |
| HSL | 105.6º | 0.36% | 0.41% | - |
| HSV(B) | 105.6º | 0.53% | 0.56% | - |
| XYZ | 14.43 | 21.68 | 8.73 | - |
| YUV | 116.41 | 100.12 | 105.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 142 | 67 | 0.40 | 0 | 0.53 | 0.44 | 105.6 | 0.36 | 0.41 |
| Hex | 55 | 8E | 43 | 28 | 0 | 35 | 2C | 6A | 24 | 29 |
| Octal | 125 | 216 | 103 | 50 | 0 | 65 | 54 | 152 | 44 | 51 |
| Binary | 1010101 | 10001110 | 1000011 | 101000 | 0 | 110101 | 101100 | 1101010 | 100100 | 101001 |
Color Harmonies of #558E43
Complementary color
Monochromatic Colors of #558E43
Black with #558E43
Text Example
Text Example
White with #558E43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #558E43; }
p { color: rgb(85,142,67); }
H1.HeaderClassName
{
color: #558E43;
}
.AnyTagClassName
{
color: #558E43;
}
</style>
background-color css
<style>
a { background-color: #558E43; }
a { background-color: rgb(85,142,67); }
div.DivClassName
{
background-color: #558E43;
}
.BgClassName
{
background-color: #558E43;
}
</style>
border-color css
<style>
span { border-color: #558E43; }
span { border-color: rgb(85,142,67); }
td.TdClassName
{
border-color: #558E43;
}
.TagClassName
{
border-color: #558E43;
}
</style>