Shades of Fern Green #558240
Tints of Fern Green #558240
RGB
CMYK
RGB Variations
Color information
#558240 (or 0x558240) is known color: Fern Green. HEX triplet: 55, 82 and 40. RGB value is (85,130,64). Sum of RGB (Red+Green+Blue) = 85+130+64=279 (36% of max value = 765). Red value is 85 (33.59% from 255 or 30.47% from 279); Green value is 130 (51.17% from 255 or 46.59% from 279); Blue value is 64 (25.39% from 255 or 22.94% from 279); Max value from RGB is 130 - color contains mainly: green. Hex color #558240 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #558240 is #AA7DBF. Grayscale: #6D6D6D. Windows color (decimal): -11173312 or 4227669. OLE color: 4227669.
HSL color Cylindrical-coordinate representation of color #558240: hue angle of 100.91º degrees, saturation: 0.34, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #558240 is Cyan = 0.35, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 85 | 130 | 64 | - |
| CMYK | 0.35 | 0 | 0.51 | 0.49 |
| HSL | 100.91º | 0.34% | 0.38% | - |
| HSV(B) | 100.91º | 0.51% | 0.51% | - |
| XYZ | 12.65 | 18.27 | 7.71 | - |
| YUV | 109.02 | 102.59 | 110.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 130 | 64 | 0.35 | 0 | 0.51 | 0.49 | 100.91 | 0.34 | 0.38 |
| Hex | 55 | 82 | 40 | 23 | 0 | 33 | 31 | 65 | 22 | 26 |
| Octal | 125 | 202 | 100 | 43 | 0 | 63 | 61 | 145 | 42 | 46 |
| Binary | 1010101 | 10000010 | 1000000 | 100011 | 0 | 110011 | 110001 | 1100101 | 100010 | 100110 |
Color Harmonies of #558240
Complementary color
Monochromatic Colors of #558240
Black with #558240
Text Example
Text Example
White with #558240
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #558240; }
p { color: rgb(85,130,64); }
H1.HeaderClassName
{
color: #558240;
}
.AnyTagClassName
{
color: #558240;
}
</style>
background-color css
<style>
a { background-color: #558240; }
a { background-color: rgb(85,130,64); }
div.DivClassName
{
background-color: #558240;
}
.BgClassName
{
background-color: #558240;
}
</style>
border-color css
<style>
span { border-color: #558240; }
span { border-color: rgb(85,130,64); }
td.TdClassName
{
border-color: #558240;
}
.TagClassName
{
border-color: #558240;
}
</style>