Shades of Glade Green #558947
Tints of Glade Green #558947
RGB
CMYK
RGB Variations
Color information
#558947 (or 0x558947) is known color: Glade Green. HEX triplet: 55, 89 and 47. RGB value is (85,137,71). Sum of RGB (Red+Green+Blue) = 85+137+71=293 (38% of max value = 765). Red value is 85 (33.59% from 255 or 29.01% from 293); Green value is 137 (53.91% from 255 or 46.76% from 293); Blue value is 71 (28.12% from 255 or 24.23% from 293); Max value from RGB is 137 - color contains mainly: green. Hex color #558947 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #558947 is #AA76B8. Grayscale: #727272. Windows color (decimal): -11171513 or 4688213. OLE color: 4688213.
HSL color Cylindrical-coordinate representation of color #558947: hue angle of 107.27º degrees, saturation: 0.32, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #558947 is Cyan = 0.38, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 85 | 137 | 71 | - |
| CMYK | 0.38 | 0 | 0.48 | 0.46 |
| HSL | 107.27º | 0.32% | 0.41% | - |
| HSV(B) | 107.27º | 0.48% | 0.54% | - |
| XYZ | 13.83 | 20.28 | 9.15 | - |
| YUV | 113.93 | 103.77 | 107.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 137 | 71 | 0.38 | 0 | 0.48 | 0.46 | 107.27 | 0.32 | 0.41 |
| Hex | 55 | 89 | 47 | 26 | 0 | 30 | 2E | 6B | 20 | 29 |
| Octal | 125 | 211 | 107 | 46 | 0 | 60 | 56 | 153 | 40 | 51 |
| Binary | 1010101 | 10001001 | 1000111 | 100110 | 0 | 110000 | 101110 | 1101011 | 100000 | 101001 |
Color Harmonies of #558947
Complementary color
Monochromatic Colors of #558947
Black with #558947
Text Example
Text Example
White with #558947
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #558947; }
p { color: rgb(85,137,71); }
H1.HeaderClassName
{
color: #558947;
}
.AnyTagClassName
{
color: #558947;
}
</style>
background-color css
<style>
a { background-color: #558947; }
a { background-color: rgb(85,137,71); }
div.DivClassName
{
background-color: #558947;
}
.BgClassName
{
background-color: #558947;
}
</style>
border-color css
<style>
span { border-color: #558947; }
span { border-color: rgb(85,137,71); }
td.TdClassName
{
border-color: #558947;
}
.TagClassName
{
border-color: #558947;
}
</style>