Shades of Fern Green #558248
Tints of Fern Green #558248
RGB
CMYK
RGB Variations
Color information
#558248 (or 0x558248) is known color: Fern Green. HEX triplet: 55, 82 and 48. RGB value is (85,130,72). Sum of RGB (Red+Green+Blue) = 85+130+72=287 (38% of max value = 765). Red value is 85 (33.59% from 255 or 29.62% from 287); Green value is 130 (51.17% from 255 or 45.30% from 287); Blue value is 72 (28.52% from 255 or 25.09% from 287); Max value from RGB is 130 - color contains mainly: green. Hex color #558248 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #558248 is #AA7DB7. Grayscale: #6E6E6E. Windows color (decimal): -11173304 or 4751957. OLE color: 4751957.
HSL color Cylindrical-coordinate representation of color #558248: hue angle of 106.55º degrees, saturation: 0.29, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #558248 is Cyan = 0.35, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 85 | 130 | 72 | - |
| CMYK | 0.35 | 0 | 0.45 | 0.49 |
| HSL | 106.55º | 0.29% | 0.4% | - |
| HSV(B) | 106.55º | 0.45% | 0.51% | - |
| XYZ | 12.9 | 18.36 | 9 | - |
| YUV | 109.93 | 106.59 | 110.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 130 | 72 | 0.35 | 0 | 0.45 | 0.49 | 106.55 | 0.29 | 0.4 |
| Hex | 55 | 82 | 48 | 23 | 0 | 2D | 31 | 6B | 1D | 28 |
| Octal | 125 | 202 | 110 | 43 | 0 | 55 | 61 | 153 | 35 | 50 |
| Binary | 1010101 | 10000010 | 1001000 | 100011 | 0 | 101101 | 110001 | 1101011 | 11101 | 101000 |
Color Harmonies of #558248
Complementary color
Monochromatic Colors of #558248
Black with #558248
Text Example
Text Example
White with #558248
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #558248; }
p { color: rgb(85,130,72); }
H1.HeaderClassName
{
color: #558248;
}
.AnyTagClassName
{
color: #558248;
}
</style>
background-color css
<style>
a { background-color: #558248; }
a { background-color: rgb(85,130,72); }
div.DivClassName
{
background-color: #558248;
}
.BgClassName
{
background-color: #558248;
}
</style>
border-color css
<style>
span { border-color: #558248; }
span { border-color: rgb(85,130,72); }
td.TdClassName
{
border-color: #558248;
}
.TagClassName
{
border-color: #558248;
}
</style>