Shades of Fern Green #558336
Tints of Fern Green #558336
RGB
CMYK
RGB Variations
Color information
#558336 (or 0x558336) is known color: Fern Green. HEX triplet: 55, 83 and 36. RGB value is (85,131,54). Sum of RGB (Red+Green+Blue) = 85+131+54=270 (35% of max value = 765). Red value is 85 (33.59% from 255 or 31.48% from 270); Green value is 131 (51.56% from 255 or 48.52% from 270); Blue value is 54 (21.48% from 255 or 20% from 270); Max value from RGB is 131 - color contains mainly: green. Hex color #558336 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #558336 is #AA7CC9. Grayscale: #6C6C6C. Windows color (decimal): -11173066 or 3572565. OLE color: 3572565.
HSL color Cylindrical-coordinate representation of color #558336: hue angle of 95.84º degrees, saturation: 0.42, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #558336 is Cyan = 0.35, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 85 | 131 | 54 | - |
| CMYK | 0.35 | 0 | 0.59 | 0.49 |
| HSL | 95.84º | 0.42% | 0.36% | - |
| HSV(B) | 95.84º | 0.59% | 0.51% | - |
| XYZ | 12.53 | 18.43 | 6.39 | - |
| YUV | 108.47 | 97.26 | 111.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 131 | 54 | 0.35 | 0 | 0.59 | 0.49 | 95.84 | 0.42 | 0.36 |
| Hex | 55 | 83 | 36 | 23 | 0 | 3B | 31 | 60 | 2A | 24 |
| Octal | 125 | 203 | 66 | 43 | 0 | 73 | 61 | 140 | 52 | 44 |
| Binary | 1010101 | 10000011 | 110110 | 100011 | 0 | 111011 | 110001 | 1100000 | 101010 | 100100 |
Color Harmonies of #558336
Complementary color
Monochromatic Colors of #558336
Black with #558336
Text Example
Text Example
White with #558336
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #558336; }
p { color: rgb(85,131,54); }
H1.HeaderClassName
{
color: #558336;
}
.AnyTagClassName
{
color: #558336;
}
</style>
background-color css
<style>
a { background-color: #558336; }
a { background-color: rgb(85,131,54); }
div.DivClassName
{
background-color: #558336;
}
.BgClassName
{
background-color: #558336;
}
</style>
border-color css
<style>
span { border-color: #558336; }
span { border-color: rgb(85,131,54); }
td.TdClassName
{
border-color: #558336;
}
.TagClassName
{
border-color: #558336;
}
</style>