Shades of Glade Green #64844E
Tints of Glade Green #64844E
RGB
CMYK
RGB Variations
Color information
#64844E (or 0x64844E) is known color: Glade Green. HEX triplet: 64, 84 and 4E. RGB value is (100,132,78). Sum of RGB (Red+Green+Blue) = 100+132+78=310 (41% of max value = 765). Red value is 100 (39.45% from 255 or 32.26% from 310); Green value is 132 (51.95% from 255 or 42.58% from 310); Blue value is 78 (30.86% from 255 or 25.16% from 310); Max value from RGB is 132 - color contains mainly: green. Hex color #64844E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #64844E is #9B7BB1. Grayscale: #747474. Windows color (decimal): -10189746 or 5145700. OLE color: 5145700.
HSL color Cylindrical-coordinate representation of color #64844E: hue angle of 95.56º degrees, saturation: 0.26, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #64844E is Cyan = 0.24, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 100 | 132 | 78 | - |
| CMYK | 0.24 | 0 | 0.41 | 0.48 |
| HSL | 95.56º | 0.26% | 0.41% | - |
| HSV(B) | 95.56º | 0.41% | 0.52% | - |
| XYZ | 14.88 | 19.76 | 10.24 | - |
| YUV | 116.28 | 106.4 | 116.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 132 | 78 | 0.24 | 0 | 0.41 | 0.48 | 95.56 | 0.26 | 0.41 |
| Hex | 64 | 84 | 4E | 18 | 0 | 29 | 30 | 60 | 1A | 29 |
| Octal | 144 | 204 | 116 | 30 | 0 | 51 | 60 | 140 | 32 | 51 |
| Binary | 1100100 | 10000100 | 1001110 | 11000 | 0 | 101001 | 110000 | 1100000 | 11010 | 101001 |
Color Harmonies of #64844E
Complementary color
Monochromatic Colors of #64844E
Black with #64844E
Text Example
Text Example
White with #64844E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64844E; }
p { color: rgb(100,132,78); }
H1.HeaderClassName
{
color: #64844E;
}
.AnyTagClassName
{
color: #64844E;
}
</style>
background-color css
<style>
a { background-color: #64844E; }
a { background-color: rgb(100,132,78); }
div.DivClassName
{
background-color: #64844E;
}
.BgClassName
{
background-color: #64844E;
}
</style>
border-color css
<style>
span { border-color: #64844E; }
span { border-color: rgb(100,132,78); }
td.TdClassName
{
border-color: #64844E;
}
.TagClassName
{
border-color: #64844E;
}
</style>