Shades of Glade Green #56874A
Tints of Glade Green #56874A
RGB
CMYK
RGB Variations
Color information
#56874A (or 0x56874A) is known color: Glade Green. HEX triplet: 56, 87 and 4A. RGB value is (86,135,74). Sum of RGB (Red+Green+Blue) = 86+135+74=295 (39% of max value = 765). Red value is 86 (33.98% from 255 or 29.15% from 295); Green value is 135 (53.12% from 255 or 45.76% from 295); Blue value is 74 (29.30% from 255 or 25.08% from 295); Max value from RGB is 135 - color contains mainly: green. Hex color #56874A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #56874A is #A978B5. Grayscale: #717171. Windows color (decimal): -11106486 or 4884310. OLE color: 4884310.
HSL color Cylindrical-coordinate representation of color #56874A: hue angle of 108.2º degrees, saturation: 0.29, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #56874A is Cyan = 0.36, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 86 | 135 | 74 | - |
| CMYK | 0.36 | 0 | 0.45 | 0.47 |
| HSL | 108.2º | 0.29% | 0.41% | - |
| HSV(B) | 108.2º | 0.45% | 0.53% | - |
| XYZ | 13.74 | 19.8 | 9.58 | - |
| YUV | 113.4 | 105.77 | 108.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 135 | 74 | 0.36 | 0 | 0.45 | 0.47 | 108.2 | 0.29 | 0.41 |
| Hex | 56 | 87 | 4A | 24 | 0 | 2D | 2F | 6C | 1D | 29 |
| Octal | 126 | 207 | 112 | 44 | 0 | 55 | 57 | 154 | 35 | 51 |
| Binary | 1010110 | 10000111 | 1001010 | 100100 | 0 | 101101 | 101111 | 1101100 | 11101 | 101001 |
Color Harmonies of #56874A
Complementary color
Monochromatic Colors of #56874A
Black with #56874A
Text Example
Text Example
White with #56874A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56874A; }
p { color: rgb(86,135,74); }
H1.HeaderClassName
{
color: #56874A;
}
.AnyTagClassName
{
color: #56874A;
}
</style>
background-color css
<style>
a { background-color: #56874A; }
a { background-color: rgb(86,135,74); }
div.DivClassName
{
background-color: #56874A;
}
.BgClassName
{
background-color: #56874A;
}
</style>
border-color css
<style>
span { border-color: #56874A; }
span { border-color: rgb(86,135,74); }
td.TdClassName
{
border-color: #56874A;
}
.TagClassName
{
border-color: #56874A;
}
</style>