Shades of Fern Green #558341
Tints of Fern Green #558341
RGB
CMYK
RGB Variations
Color information
#558341 (or 0x558341) is known color: Fern Green. HEX triplet: 55, 83 and 41. RGB value is (85,131,65). Sum of RGB (Red+Green+Blue) = 85+131+65=281 (37% of max value = 765). Red value is 85 (33.59% from 255 or 30.25% from 281); Green value is 131 (51.56% from 255 or 46.62% from 281); Blue value is 65 (25.78% from 255 or 23.13% from 281); Max value from RGB is 131 - color contains mainly: green. Hex color #558341 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #558341 is #AA7CBE. Grayscale: #6D6D6D. Windows color (decimal): -11173055 or 4293461. OLE color: 4293461.
HSL color Cylindrical-coordinate representation of color #558341: hue angle of 101.82º degrees, saturation: 0.34, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #558341 is Cyan = 0.35, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 85 | 131 | 65 | - |
| CMYK | 0.35 | 0 | 0.50 | 0.49 |
| HSL | 101.82º | 0.34% | 0.38% | - |
| HSV(B) | 101.82º | 0.5% | 0.51% | - |
| XYZ | 12.82 | 18.55 | 7.91 | - |
| YUV | 109.72 | 102.76 | 110.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 131 | 65 | 0.35 | 0 | 0.50 | 0.49 | 101.82 | 0.34 | 0.38 |
| Hex | 55 | 83 | 41 | 23 | 0 | 32 | 31 | 66 | 22 | 26 |
| Octal | 125 | 203 | 101 | 43 | 0 | 62 | 61 | 146 | 42 | 46 |
| Binary | 1010101 | 10000011 | 1000001 | 100011 | 0 | 110010 | 110001 | 1100110 | 100010 | 100110 |
Color Harmonies of #558341
Complementary color
Monochromatic Colors of #558341
Black with #558341
Text Example
Text Example
White with #558341
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #558341; }
p { color: rgb(85,131,65); }
H1.HeaderClassName
{
color: #558341;
}
.AnyTagClassName
{
color: #558341;
}
</style>
background-color css
<style>
a { background-color: #558341; }
a { background-color: rgb(85,131,65); }
div.DivClassName
{
background-color: #558341;
}
.BgClassName
{
background-color: #558341;
}
</style>
border-color css
<style>
span { border-color: #558341; }
span { border-color: rgb(85,131,65); }
td.TdClassName
{
border-color: #558341;
}
.TagClassName
{
border-color: #558341;
}
</style>