Shades of Fern Green #558C3C
Tints of Fern Green #558C3C
RGB
CMYK
RGB Variations
Color information
#558C3C (or 0x558C3C) is known color: Fern Green. HEX triplet: 55, 8C and 3C. RGB value is (85,140,60). Sum of RGB (Red+Green+Blue) = 85+140+60=285 (37% of max value = 765). Red value is 85 (33.59% from 255 or 29.82% from 285); Green value is 140 (55.08% from 255 or 49.12% from 285); Blue value is 60 (23.83% from 255 or 21.05% from 285); Max value from RGB is 140 - color contains mainly: green. Hex color #558C3C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #558C3C is #AA73C3. Grayscale: #727272. Windows color (decimal): -11170756 or 3968085. OLE color: 3968085.
HSL color Cylindrical-coordinate representation of color #558C3C: hue angle of 101.25º degrees, saturation: 0.4, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #558C3C is Cyan = 0.39, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 85 | 140 | 60 | - |
| CMYK | 0.39 | 0 | 0.57 | 0.45 |
| HSL | 101.25º | 0.4% | 0.39% | - |
| HSV(B) | 101.25º | 0.57% | 0.55% | - |
| XYZ | 13.94 | 21.01 | 7.6 | - |
| YUV | 114.44 | 97.28 | 107 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 140 | 60 | 0.39 | 0 | 0.57 | 0.45 | 101.25 | 0.4 | 0.39 |
| Hex | 55 | 8C | 3C | 27 | 0 | 39 | 2D | 65 | 28 | 27 |
| Octal | 125 | 214 | 74 | 47 | 0 | 71 | 55 | 145 | 50 | 47 |
| Binary | 1010101 | 10001100 | 111100 | 100111 | 0 | 111001 | 101101 | 1100101 | 101000 | 100111 |
Color Harmonies of #558C3C
Complementary color
Monochromatic Colors of #558C3C
Black with #558C3C
Text Example
Text Example
White with #558C3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #558C3C; }
p { color: rgb(85,140,60); }
H1.HeaderClassName
{
color: #558C3C;
}
.AnyTagClassName
{
color: #558C3C;
}
</style>
background-color css
<style>
a { background-color: #558C3C; }
a { background-color: rgb(85,140,60); }
div.DivClassName
{
background-color: #558C3C;
}
.BgClassName
{
background-color: #558C3C;
}
</style>
border-color css
<style>
span { border-color: #558C3C; }
span { border-color: rgb(85,140,60); }
td.TdClassName
{
border-color: #558C3C;
}
.TagClassName
{
border-color: #558C3C;
}
</style>