Shades of Glade Green #649649
Tints of Glade Green #649649
RGB
CMYK
RGB Variations
Color information
#649649 (or 0x649649) is known color: Glade Green. HEX triplet: 64, 96 and 49. RGB value is (100,150,73). Sum of RGB (Red+Green+Blue) = 100+150+73=323 (42% of max value = 765). Red value is 100 (39.45% from 255 or 30.96% from 323); Green value is 150 (58.98% from 255 or 46.44% from 323); Blue value is 73 (28.91% from 255 or 22.60% from 323); Max value from RGB is 150 - color contains mainly: green. Hex color #649649 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #649649 is #9B69B6. Grayscale: #7E7E7E. Windows color (decimal): -10185143 or 4822628. OLE color: 4822628.
HSL color Cylindrical-coordinate representation of color #649649: hue angle of 98.96º degrees, saturation: 0.35, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #649649 is Cyan = 0.33, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 100 | 150 | 73 | - |
| CMYK | 0.33 | 0 | 0.51 | 0.41 |
| HSL | 98.96º | 0.35% | 0.44% | - |
| HSV(B) | 98.96º | 0.51% | 0.59% | - |
| XYZ | 17.36 | 25 | 10.21 | - |
| YUV | 126.27 | 97.94 | 109.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 150 | 73 | 0.33 | 0 | 0.51 | 0.41 | 98.96 | 0.35 | 0.44 |
| Hex | 64 | 96 | 49 | 21 | 0 | 33 | 29 | 63 | 23 | 2C |
| Octal | 144 | 226 | 111 | 41 | 0 | 63 | 51 | 143 | 43 | 54 |
| Binary | 1100100 | 10010110 | 1001001 | 100001 | 0 | 110011 | 101001 | 1100011 | 100011 | 101100 |
Color Harmonies of #649649
Complementary color
Monochromatic Colors of #649649
Black with #649649
Text Example
Text Example
White with #649649
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #649649; }
p { color: rgb(100,150,73); }
H1.HeaderClassName
{
color: #649649;
}
.AnyTagClassName
{
color: #649649;
}
</style>
background-color css
<style>
a { background-color: #649649; }
a { background-color: rgb(100,150,73); }
div.DivClassName
{
background-color: #649649;
}
.BgClassName
{
background-color: #649649;
}
</style>
border-color css
<style>
span { border-color: #649649; }
span { border-color: rgb(100,150,73); }
td.TdClassName
{
border-color: #649649;
}
.TagClassName
{
border-color: #649649;
}
</style>