Shades of Glade Green #56874B
Tints of Glade Green #56874B
RGB
CMYK
RGB Variations
Color information
#56874B (or 0x56874B) is known color: Glade Green. HEX triplet: 56, 87 and 4B. RGB value is (86,135,75). Sum of RGB (Red+Green+Blue) = 86+135+75=296 (39% of max value = 765). Red value is 86 (33.98% from 255 or 29.05% from 296); Green value is 135 (53.12% from 255 or 45.61% from 296); Blue value is 75 (29.69% from 255 or 25.34% from 296); Max value from RGB is 135 - color contains mainly: green. Hex color #56874B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #56874B is #A978B4. Grayscale: #717171. Windows color (decimal): -11106485 or 4949846. OLE color: 4949846.
HSL color Cylindrical-coordinate representation of color #56874B: hue angle of 109º degrees, saturation: 0.29, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #56874B is Cyan = 0.36, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 86 | 135 | 75 | - |
| CMYK | 0.36 | 0 | 0.44 | 0.47 |
| HSL | 109º | 0.29% | 0.41% | - |
| HSV(B) | 109º | 0.44% | 0.53% | - |
| XYZ | 13.77 | 19.81 | 9.76 | - |
| YUV | 113.51 | 106.27 | 108.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 135 | 75 | 0.36 | 0 | 0.44 | 0.47 | 109 | 0.29 | 0.41 |
| Hex | 56 | 87 | 4B | 24 | 0 | 2C | 2F | 6D | 1D | 29 |
| Octal | 126 | 207 | 113 | 44 | 0 | 54 | 57 | 155 | 35 | 51 |
| Binary | 1010110 | 10000111 | 1001011 | 100100 | 0 | 101100 | 101111 | 1101101 | 11101 | 101001 |
Color Harmonies of #56874B
Complementary color
Monochromatic Colors of #56874B
Black with #56874B
Text Example
Text Example
White with #56874B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56874B; }
p { color: rgb(86,135,75); }
H1.HeaderClassName
{
color: #56874B;
}
.AnyTagClassName
{
color: #56874B;
}
</style>
background-color css
<style>
a { background-color: #56874B; }
a { background-color: rgb(86,135,75); }
div.DivClassName
{
background-color: #56874B;
}
.BgClassName
{
background-color: #56874B;
}
</style>
border-color css
<style>
span { border-color: #56874B; }
span { border-color: rgb(86,135,75); }
td.TdClassName
{
border-color: #56874B;
}
.TagClassName
{
border-color: #56874B;
}
</style>