Shades of Glade Green #56844C
Tints of Glade Green #56844C
RGB
CMYK
RGB Variations
Color information
#56844C (or 0x56844C) is known color: Glade Green. HEX triplet: 56, 84 and 4C. RGB value is (86,132,76). Sum of RGB (Red+Green+Blue) = 86+132+76=294 (38% of max value = 765). Red value is 86 (33.98% from 255 or 29.25% from 294); Green value is 132 (51.95% from 255 or 44.90% from 294); Blue value is 76 (30.08% from 255 or 25.85% from 294); Max value from RGB is 132 - color contains mainly: green. Hex color #56844C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #56844C is #A97BB3. Grayscale: #707070. Windows color (decimal): -11107252 or 5014614. OLE color: 5014614.
HSL color Cylindrical-coordinate representation of color #56844C: hue angle of 109.29º degrees, saturation: 0.27, 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 #56844C is Cyan = 0.35, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 86 | 132 | 76 | - |
| CMYK | 0.35 | 0 | 0.42 | 0.48 |
| HSL | 109.29º | 0.27% | 0.41% | - |
| HSV(B) | 109.29º | 0.42% | 0.52% | - |
| XYZ | 13.39 | 19 | 9.8 | - |
| YUV | 111.86 | 107.76 | 109.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 132 | 76 | 0.35 | 0 | 0.42 | 0.48 | 109.29 | 0.27 | 0.41 |
| Hex | 56 | 84 | 4C | 23 | 0 | 2A | 30 | 6D | 1B | 29 |
| Octal | 126 | 204 | 114 | 43 | 0 | 52 | 60 | 155 | 33 | 51 |
| Binary | 1010110 | 10000100 | 1001100 | 100011 | 0 | 101010 | 110000 | 1101101 | 11011 | 101001 |
Color Harmonies of #56844C
Complementary color
Monochromatic Colors of #56844C
Black with #56844C
Text Example
Text Example
White with #56844C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56844C; }
p { color: rgb(86,132,76); }
H1.HeaderClassName
{
color: #56844C;
}
.AnyTagClassName
{
color: #56844C;
}
</style>
background-color css
<style>
a { background-color: #56844C; }
a { background-color: rgb(86,132,76); }
div.DivClassName
{
background-color: #56844C;
}
.BgClassName
{
background-color: #56844C;
}
</style>
border-color css
<style>
span { border-color: #56844C; }
span { border-color: rgb(86,132,76); }
td.TdClassName
{
border-color: #56844C;
}
.TagClassName
{
border-color: #56844C;
}
</style>