Shades of Fern Green #558142
Tints of Fern Green #558142
RGB
CMYK
RGB Variations
Color information
#558142 (or 0x558142) is known color: Fern Green. HEX triplet: 55, 81 and 42. RGB value is (85,129,66). Sum of RGB (Red+Green+Blue) = 85+129+66=280 (37% of max value = 765). Red value is 85 (33.59% from 255 or 30.36% from 280); Green value is 129 (50.78% from 255 or 46.07% from 280); Blue value is 66 (26.17% from 255 or 23.57% from 280); Max value from RGB is 129 - color contains mainly: green. Hex color #558142 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #558142 is #AA7EBD. Grayscale: #6C6C6C. Windows color (decimal): -11173566 or 4358485. OLE color: 4358485.
HSL color Cylindrical-coordinate representation of color #558142: hue angle of 101.9º degrees, saturation: 0.32, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #558142 is Cyan = 0.34, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 85 | 129 | 66 | - |
| CMYK | 0.34 | 0 | 0.49 | 0.49 |
| HSL | 101.9º | 0.32% | 0.38% | - |
| HSV(B) | 101.9º | 0.49% | 0.51% | - |
| XYZ | 12.58 | 18.03 | 7.97 | - |
| YUV | 108.66 | 103.92 | 111.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 129 | 66 | 0.34 | 0 | 0.49 | 0.49 | 101.9 | 0.32 | 0.38 |
| Hex | 55 | 81 | 42 | 22 | 0 | 31 | 31 | 66 | 20 | 26 |
| Octal | 125 | 201 | 102 | 42 | 0 | 61 | 61 | 146 | 40 | 46 |
| Binary | 1010101 | 10000001 | 1000010 | 100010 | 0 | 110001 | 110001 | 1100110 | 100000 | 100110 |
Color Harmonies of #558142
Complementary color
Monochromatic Colors of #558142
Black with #558142
Text Example
Text Example
White with #558142
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #558142; }
p { color: rgb(85,129,66); }
H1.HeaderClassName
{
color: #558142;
}
.AnyTagClassName
{
color: #558142;
}
</style>
background-color css
<style>
a { background-color: #558142; }
a { background-color: rgb(85,129,66); }
div.DivClassName
{
background-color: #558142;
}
.BgClassName
{
background-color: #558142;
}
</style>
border-color css
<style>
span { border-color: #558142; }
span { border-color: rgb(85,129,66); }
td.TdClassName
{
border-color: #558142;
}
.TagClassName
{
border-color: #558142;
}
</style>