Shades of Glade Green #56824C
Tints of Glade Green #56824C
RGB
CMYK
RGB Variations
Color information
#56824C (or 0x56824C) is known color: Glade Green. HEX triplet: 56, 82 and 4C. RGB value is (86,130,76). Sum of RGB (Red+Green+Blue) = 86+130+76=292 (38% of max value = 765). Red value is 86 (33.98% from 255 or 29.45% from 292); Green value is 130 (51.17% from 255 or 44.52% from 292); Blue value is 76 (30.08% from 255 or 26.03% from 292); Max value from RGB is 130 - color contains mainly: green. Hex color #56824C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #56824C is #A97DB3. Grayscale: #6E6E6E. Windows color (decimal): -11107764 or 5014102. OLE color: 5014102.
HSL color Cylindrical-coordinate representation of color #56824C: hue angle of 108.89º degrees, saturation: 0.26, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #56824C is Cyan = 0.34, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 86 | 130 | 76 | - |
| CMYK | 0.34 | 0 | 0.42 | 0.49 |
| HSL | 108.89º | 0.26% | 0.4% | - |
| HSV(B) | 108.89º | 0.42% | 0.51% | - |
| XYZ | 13.12 | 18.47 | 9.71 | - |
| YUV | 110.69 | 108.42 | 110.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 130 | 76 | 0.34 | 0 | 0.42 | 0.49 | 108.89 | 0.26 | 0.4 |
| Hex | 56 | 82 | 4C | 22 | 0 | 2A | 31 | 6D | 1A | 28 |
| Octal | 126 | 202 | 114 | 42 | 0 | 52 | 61 | 155 | 32 | 50 |
| Binary | 1010110 | 10000010 | 1001100 | 100010 | 0 | 101010 | 110001 | 1101101 | 11010 | 101000 |
Color Harmonies of #56824C
Complementary color
Monochromatic Colors of #56824C
Black with #56824C
Text Example
Text Example
White with #56824C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56824C; }
p { color: rgb(86,130,76); }
H1.HeaderClassName
{
color: #56824C;
}
.AnyTagClassName
{
color: #56824C;
}
</style>
background-color css
<style>
a { background-color: #56824C; }
a { background-color: rgb(86,130,76); }
div.DivClassName
{
background-color: #56824C;
}
.BgClassName
{
background-color: #56824C;
}
</style>
border-color css
<style>
span { border-color: #56824C; }
span { border-color: rgb(86,130,76); }
td.TdClassName
{
border-color: #56824C;
}
.TagClassName
{
border-color: #56824C;
}
</style>