Shades of Glade Green #55844D
Tints of Glade Green #55844D
RGB
CMYK
RGB Variations
Color information
#55844D (or 0x55844D) is known color: Glade Green. HEX triplet: 55, 84 and 4D. RGB value is (85,132,77). Sum of RGB (Red+Green+Blue) = 85+132+77=294 (38% of max value = 765). Red value is 85 (33.59% from 255 or 28.91% from 294); Green value is 132 (51.95% from 255 or 44.90% from 294); Blue value is 77 (30.47% from 255 or 26.19% from 294); Max value from RGB is 132 - color contains mainly: green. Hex color #55844D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #55844D is #AA7BB2. Grayscale: #6F6F6F. Windows color (decimal): -11172787 or 5080149. OLE color: 5080149.
HSL color Cylindrical-coordinate representation of color #55844D: hue angle of 111.27º degrees, saturation: 0.26, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #55844D is Cyan = 0.36, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 85 | 132 | 77 | - |
| CMYK | 0.36 | 0 | 0.42 | 0.48 |
| HSL | 111.27º | 0.26% | 0.41% | - |
| HSV(B) | 111.27º | 0.42% | 0.52% | - |
| XYZ | 13.34 | 18.97 | 9.98 | - |
| YUV | 111.68 | 108.43 | 108.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 132 | 77 | 0.36 | 0 | 0.42 | 0.48 | 111.27 | 0.26 | 0.41 |
| Hex | 55 | 84 | 4D | 24 | 0 | 2A | 30 | 6F | 1A | 29 |
| Octal | 125 | 204 | 115 | 44 | 0 | 52 | 60 | 157 | 32 | 51 |
| Binary | 1010101 | 10000100 | 1001101 | 100100 | 0 | 101010 | 110000 | 1101111 | 11010 | 101001 |
Color Harmonies of #55844D
Complementary color
Monochromatic Colors of #55844D
Black with #55844D
Text Example
Text Example
White with #55844D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55844D; }
p { color: rgb(85,132,77); }
H1.HeaderClassName
{
color: #55844D;
}
.AnyTagClassName
{
color: #55844D;
}
</style>
background-color css
<style>
a { background-color: #55844D; }
a { background-color: rgb(85,132,77); }
div.DivClassName
{
background-color: #55844D;
}
.BgClassName
{
background-color: #55844D;
}
</style>
border-color css
<style>
span { border-color: #55844D; }
span { border-color: rgb(85,132,77); }
td.TdClassName
{
border-color: #55844D;
}
.TagClassName
{
border-color: #55844D;
}
</style>