Shades of Fern Green #558737
Tints of Fern Green #558737
RGB
CMYK
RGB Variations
Color information
#558737 (or 0x558737) is known color: Fern Green. HEX triplet: 55, 87 and 37. RGB value is (85,135,55). Sum of RGB (Red+Green+Blue) = 85+135+55=275 (36% of max value = 765). Red value is 85 (33.59% from 255 or 30.91% from 275); Green value is 135 (53.12% from 255 or 49.09% from 275); Blue value is 55 (21.88% from 255 or 20% from 275); Max value from RGB is 135 - color contains mainly: green. Hex color #558737 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #558737 is #AA78C8. Grayscale: #6F6F6F. Windows color (decimal): -11172041 or 3639125. OLE color: 3639125.
HSL color Cylindrical-coordinate representation of color #558737: hue angle of 97.5º degrees, saturation: 0.42, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #558737 is Cyan = 0.37, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 85 | 135 | 55 | - |
| CMYK | 0.37 | 0 | 0.59 | 0.47 |
| HSL | 97.5º | 0.42% | 0.37% | - |
| HSV(B) | 97.5º | 0.59% | 0.53% | - |
| XYZ | 13.1 | 19.54 | 6.69 | - |
| YUV | 110.93 | 96.44 | 109.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 135 | 55 | 0.37 | 0 | 0.59 | 0.47 | 97.5 | 0.42 | 0.37 |
| Hex | 55 | 87 | 37 | 25 | 0 | 3B | 2F | 62 | 2A | 25 |
| Octal | 125 | 207 | 67 | 45 | 0 | 73 | 57 | 142 | 52 | 45 |
| Binary | 1010101 | 10000111 | 110111 | 100101 | 0 | 111011 | 101111 | 1100010 | 101010 | 100101 |
Color Harmonies of #558737
Complementary color
Monochromatic Colors of #558737
Black with #558737
Text Example
Text Example
White with #558737
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #558737; }
p { color: rgb(85,135,55); }
H1.HeaderClassName
{
color: #558737;
}
.AnyTagClassName
{
color: #558737;
}
</style>
background-color css
<style>
a { background-color: #558737; }
a { background-color: rgb(85,135,55); }
div.DivClassName
{
background-color: #558737;
}
.BgClassName
{
background-color: #558737;
}
</style>
border-color css
<style>
span { border-color: #558737; }
span { border-color: rgb(85,135,55); }
td.TdClassName
{
border-color: #558737;
}
.TagClassName
{
border-color: #558737;
}
</style>