Shades of Fern Green #558743
Tints of Fern Green #558743
RGB
CMYK
RGB Variations
Color information
#558743 (or 0x558743) is known color: Fern Green. HEX triplet: 55, 87 and 43. RGB value is (85,135,67). Sum of RGB (Red+Green+Blue) = 85+135+67=287 (38% of max value = 765). Red value is 85 (33.59% from 255 or 29.62% from 287); Green value is 135 (53.12% from 255 or 47.04% from 287); Blue value is 67 (26.56% from 255 or 23.34% from 287); Max value from RGB is 135 - color contains mainly: green. Hex color #558743 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #558743 is #AA78BC. Grayscale: #707070. Windows color (decimal): -11172029 or 4425557. OLE color: 4425557.
HSL color Cylindrical-coordinate representation of color #558743: hue angle of 104.12º degrees, saturation: 0.34, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #558743 is Cyan = 0.37, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 85 | 135 | 67 | - |
| CMYK | 0.37 | 0 | 0.50 | 0.47 |
| HSL | 104.12º | 0.34% | 0.4% | - |
| HSV(B) | 104.12º | 0.5% | 0.53% | - |
| XYZ | 13.42 | 19.66 | 8.4 | - |
| YUV | 112.3 | 102.44 | 108.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 135 | 67 | 0.37 | 0 | 0.50 | 0.47 | 104.12 | 0.34 | 0.4 |
| Hex | 55 | 87 | 43 | 25 | 0 | 32 | 2F | 68 | 22 | 28 |
| Octal | 125 | 207 | 103 | 45 | 0 | 62 | 57 | 150 | 42 | 50 |
| Binary | 1010101 | 10000111 | 1000011 | 100101 | 0 | 110010 | 101111 | 1101000 | 100010 | 101000 |
Color Harmonies of #558743
Complementary color
Monochromatic Colors of #558743
Black with #558743
Text Example
Text Example
White with #558743
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #558743; }
p { color: rgb(85,135,67); }
H1.HeaderClassName
{
color: #558743;
}
.AnyTagClassName
{
color: #558743;
}
</style>
background-color css
<style>
a { background-color: #558743; }
a { background-color: rgb(85,135,67); }
div.DivClassName
{
background-color: #558743;
}
.BgClassName
{
background-color: #558743;
}
</style>
border-color css
<style>
span { border-color: #558743; }
span { border-color: rgb(85,135,67); }
td.TdClassName
{
border-color: #558743;
}
.TagClassName
{
border-color: #558743;
}
</style>