Shades of Glade Green #559143
Tints of Glade Green #559143
RGB
CMYK
RGB Variations
Color information
#559143 (or 0x559143) is known color: Glade Green. HEX triplet: 55, 91 and 43. RGB value is (85,145,67). Sum of RGB (Red+Green+Blue) = 85+145+67=297 (39% of max value = 765). Red value is 85 (33.59% from 255 or 28.62% from 297); Green value is 145 (57.03% from 255 or 48.82% from 297); Blue value is 67 (26.56% from 255 or 22.56% from 297); Max value from RGB is 145 - color contains mainly: green. Hex color #559143 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #559143 is #AA6EBC. Grayscale: #767676. Windows color (decimal): -11169469 or 4428117. OLE color: 4428117.
HSL color Cylindrical-coordinate representation of color #559143: hue angle of 106.15º degrees, saturation: 0.37, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #559143 is Cyan = 0.41, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 85 | 145 | 67 | - |
| CMYK | 0.41 | 0 | 0.54 | 0.43 |
| HSL | 106.15º | 0.37% | 0.42% | - |
| HSV(B) | 106.15º | 0.54% | 0.57% | - |
| XYZ | 14.88 | 22.59 | 8.89 | - |
| YUV | 118.17 | 99.12 | 104.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 145 | 67 | 0.41 | 0 | 0.54 | 0.43 | 106.15 | 0.37 | 0.42 |
| Hex | 55 | 91 | 43 | 29 | 0 | 36 | 2B | 6A | 25 | 2A |
| Octal | 125 | 221 | 103 | 51 | 0 | 66 | 53 | 152 | 45 | 52 |
| Binary | 1010101 | 10010001 | 1000011 | 101001 | 0 | 110110 | 101011 | 1101010 | 100101 | 101010 |
Color Harmonies of #559143
Complementary color
Monochromatic Colors of #559143
Black with #559143
Text Example
Text Example
White with #559143
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #559143; }
p { color: rgb(85,145,67); }
H1.HeaderClassName
{
color: #559143;
}
.AnyTagClassName
{
color: #559143;
}
</style>
background-color css
<style>
a { background-color: #559143; }
a { background-color: rgb(85,145,67); }
div.DivClassName
{
background-color: #559143;
}
.BgClassName
{
background-color: #559143;
}
</style>
border-color css
<style>
span { border-color: #559143; }
span { border-color: rgb(85,145,67); }
td.TdClassName
{
border-color: #559143;
}
.TagClassName
{
border-color: #559143;
}
</style>