Shades of Glade Green #56943F
Tints of Glade Green #56943F
RGB
CMYK
RGB Variations
Color information
#56943F (or 0x56943F) is known color: Glade Green. HEX triplet: 56, 94 and 3F. RGB value is (86,148,63). Sum of RGB (Red+Green+Blue) = 86+148+63=297 (39% of max value = 765). Red value is 86 (33.98% from 255 or 28.96% from 297); Green value is 148 (58.20% from 255 or 49.83% from 297); Blue value is 63 (25% from 255 or 21.21% from 297); Max value from RGB is 148 - color contains mainly: green. Hex color #56943F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #56943F is #A96BC0. Grayscale: #787878. Windows color (decimal): -11103169 or 4166742. OLE color: 4166742.
HSL color Cylindrical-coordinate representation of color #56943F: hue angle of 103.76º degrees, saturation: 0.4, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #56943F is Cyan = 0.42, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 86 | 148 | 63 | - |
| CMYK | 0.42 | 0 | 0.57 | 0.42 |
| HSL | 103.76º | 0.4% | 0.41% | - |
| HSV(B) | 103.76º | 0.57% | 0.58% | - |
| XYZ | 15.32 | 23.52 | 8.43 | - |
| YUV | 119.77 | 95.96 | 103.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 148 | 63 | 0.42 | 0 | 0.57 | 0.42 | 103.76 | 0.4 | 0.41 |
| Hex | 56 | 94 | 3F | 2A | 0 | 39 | 2A | 68 | 28 | 29 |
| Octal | 126 | 224 | 77 | 52 | 0 | 71 | 52 | 150 | 50 | 51 |
| Binary | 1010110 | 10010100 | 111111 | 101010 | 0 | 111001 | 101010 | 1101000 | 101000 | 101001 |
Color Harmonies of #56943F
Complementary color
Monochromatic Colors of #56943F
Black with #56943F
Text Example
Text Example
White with #56943F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56943F; }
p { color: rgb(86,148,63); }
H1.HeaderClassName
{
color: #56943F;
}
.AnyTagClassName
{
color: #56943F;
}
</style>
background-color css
<style>
a { background-color: #56943F; }
a { background-color: rgb(86,148,63); }
div.DivClassName
{
background-color: #56943F;
}
.BgClassName
{
background-color: #56943F;
}
</style>
border-color css
<style>
span { border-color: #56943F; }
span { border-color: rgb(86,148,63); }
td.TdClassName
{
border-color: #56943F;
}
.TagClassName
{
border-color: #56943F;
}
</style>