Shades of Fern Green #558346
Tints of Fern Green #558346
RGB
CMYK
RGB Variations
Color information
#558346 (or 0x558346) is known color: Fern Green. HEX triplet: 55, 83 and 46. RGB value is (85,131,70). Sum of RGB (Red+Green+Blue) = 85+131+70=286 (37% of max value = 765). Red value is 85 (33.59% from 255 or 29.72% from 286); Green value is 131 (51.56% from 255 or 45.80% from 286); Blue value is 70 (27.73% from 255 or 24.48% from 286); Max value from RGB is 131 - color contains mainly: green. Hex color #558346 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #558346 is #AA7CB9. Grayscale: #6E6E6E. Windows color (decimal): -11173050 or 4621141. OLE color: 4621141.
HSL color Cylindrical-coordinate representation of color #558346: hue angle of 105.25º degrees, saturation: 0.3, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #558346 is Cyan = 0.35, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 85 | 131 | 70 | - |
| CMYK | 0.35 | 0 | 0.47 | 0.49 |
| HSL | 105.25º | 0.3% | 0.39% | - |
| HSV(B) | 105.25º | 0.47% | 0.51% | - |
| XYZ | 12.97 | 18.61 | 8.7 | - |
| YUV | 110.29 | 105.26 | 109.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 131 | 70 | 0.35 | 0 | 0.47 | 0.49 | 105.25 | 0.3 | 0.39 |
| Hex | 55 | 83 | 46 | 23 | 0 | 2F | 31 | 69 | 1E | 27 |
| Octal | 125 | 203 | 106 | 43 | 0 | 57 | 61 | 151 | 36 | 47 |
| Binary | 1010101 | 10000011 | 1000110 | 100011 | 0 | 101111 | 110001 | 1101001 | 11110 | 100111 |
Color Harmonies of #558346
Complementary color
Monochromatic Colors of #558346
Black with #558346
Text Example
Text Example
White with #558346
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #558346; }
p { color: rgb(85,131,70); }
H1.HeaderClassName
{
color: #558346;
}
.AnyTagClassName
{
color: #558346;
}
</style>
background-color css
<style>
a { background-color: #558346; }
a { background-color: rgb(85,131,70); }
div.DivClassName
{
background-color: #558346;
}
.BgClassName
{
background-color: #558346;
}
</style>
border-color css
<style>
span { border-color: #558346; }
span { border-color: rgb(85,131,70); }
td.TdClassName
{
border-color: #558346;
}
.TagClassName
{
border-color: #558346;
}
</style>