Shades of Fern Green #558C41
Tints of Fern Green #558C41
RGB
CMYK
RGB Variations
Color information
#558C41 (or 0x558C41) is known color: Fern Green. HEX triplet: 55, 8C and 41. RGB value is (85,140,65). Sum of RGB (Red+Green+Blue) = 85+140+65=290 (38% of max value = 765). Red value is 85 (33.59% from 255 or 29.31% from 290); Green value is 140 (55.08% from 255 or 48.28% from 290); Blue value is 65 (25.78% from 255 or 22.41% from 290); Max value from RGB is 140 - color contains mainly: green. Hex color #558C41 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #558C41 is #AA73BE. Grayscale: #737373. Windows color (decimal): -11170751 or 4295765. OLE color: 4295765.
HSL color Cylindrical-coordinate representation of color #558C41: hue angle of 104º degrees, saturation: 0.37, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #558C41 is Cyan = 0.39, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 85 | 140 | 65 | - |
| CMYK | 0.39 | 0 | 0.54 | 0.45 |
| HSL | 104º | 0.37% | 0.4% | - |
| HSV(B) | 104º | 0.54% | 0.55% | - |
| XYZ | 14.08 | 21.07 | 8.33 | - |
| YUV | 115.01 | 99.78 | 106.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 140 | 65 | 0.39 | 0 | 0.54 | 0.45 | 104 | 0.37 | 0.4 |
| Hex | 55 | 8C | 41 | 27 | 0 | 36 | 2D | 68 | 25 | 28 |
| Octal | 125 | 214 | 101 | 47 | 0 | 66 | 55 | 150 | 45 | 50 |
| Binary | 1010101 | 10001100 | 1000001 | 100111 | 0 | 110110 | 101101 | 1101000 | 100101 | 101000 |
Color Harmonies of #558C41
Complementary color
Monochromatic Colors of #558C41
Black with #558C41
Text Example
Text Example
White with #558C41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #558C41; }
p { color: rgb(85,140,65); }
H1.HeaderClassName
{
color: #558C41;
}
.AnyTagClassName
{
color: #558C41;
}
</style>
background-color css
<style>
a { background-color: #558C41; }
a { background-color: rgb(85,140,65); }
div.DivClassName
{
background-color: #558C41;
}
.BgClassName
{
background-color: #558C41;
}
</style>
border-color css
<style>
span { border-color: #558C41; }
span { border-color: rgb(85,140,65); }
td.TdClassName
{
border-color: #558C41;
}
.TagClassName
{
border-color: #558C41;
}
</style>