Shades of Glade Green #649644
Tints of Glade Green #649644
RGB
CMYK
RGB Variations
Color information
#649644 (or 0x649644) is known color: Glade Green. HEX triplet: 64, 96 and 44. RGB value is (100,150,68). Sum of RGB (Red+Green+Blue) = 100+150+68=318 (42% of max value = 765). Red value is 100 (39.45% from 255 or 31.45% from 318); Green value is 150 (58.98% from 255 or 47.17% from 318); Blue value is 68 (26.95% from 255 or 21.38% from 318); Max value from RGB is 150 - color contains mainly: green. Hex color #649644 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #649644 is #9B69BB. Grayscale: #7D7D7D. Windows color (decimal): -10185148 or 4494948. OLE color: 4494948.
HSL color Cylindrical-coordinate representation of color #649644: hue angle of 96.59º degrees, saturation: 0.38, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #649644 is Cyan = 0.33, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 100 | 150 | 68 | - |
| CMYK | 0.33 | 0 | 0.55 | 0.41 |
| HSL | 96.59º | 0.38% | 0.43% | - |
| HSV(B) | 96.59º | 0.55% | 0.59% | - |
| XYZ | 17.21 | 24.94 | 9.38 | - |
| YUV | 125.7 | 95.44 | 109.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 150 | 68 | 0.33 | 0 | 0.55 | 0.41 | 96.59 | 0.38 | 0.43 |
| Hex | 64 | 96 | 44 | 21 | 0 | 37 | 29 | 61 | 26 | 2B |
| Octal | 144 | 226 | 104 | 41 | 0 | 67 | 51 | 141 | 46 | 53 |
| Binary | 1100100 | 10010110 | 1000100 | 100001 | 0 | 110111 | 101001 | 1100001 | 100110 | 101011 |
Color Harmonies of #649644
Complementary color
Monochromatic Colors of #649644
Black with #649644
Text Example
Text Example
White with #649644
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #649644; }
p { color: rgb(100,150,68); }
H1.HeaderClassName
{
color: #649644;
}
.AnyTagClassName
{
color: #649644;
}
</style>
background-color css
<style>
a { background-color: #649644; }
a { background-color: rgb(100,150,68); }
div.DivClassName
{
background-color: #649644;
}
.BgClassName
{
background-color: #649644;
}
</style>
border-color css
<style>
span { border-color: #649644; }
span { border-color: rgb(100,150,68); }
td.TdClassName
{
border-color: #649644;
}
.TagClassName
{
border-color: #649644;
}
</style>