Shades of Glade Green #649949
Tints of Glade Green #649949
RGB
CMYK
RGB Variations
Color information
#649949 (or 0x649949) is known color: Glade Green. HEX triplet: 64, 99 and 49. RGB value is (100,153,73). Sum of RGB (Red+Green+Blue) = 100+153+73=326 (43% of max value = 765). Red value is 100 (39.45% from 255 or 30.67% from 326); Green value is 153 (60.16% from 255 or 46.93% from 326); Blue value is 73 (28.91% from 255 or 22.39% from 326); Max value from RGB is 153 - color contains mainly: green. Hex color #649949 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #649949 is #9B66B6. Grayscale: #808080. Windows color (decimal): -10184375 or 4823396. OLE color: 4823396.
HSL color Cylindrical-coordinate representation of color #649949: hue angle of 99.75º degrees, saturation: 0.35, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #649949 is Cyan = 0.35, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 100 | 153 | 73 | - |
| CMYK | 0.35 | 0 | 0.52 | 0.4 |
| HSL | 99.75º | 0.35% | 0.44% | - |
| HSV(B) | 99.75º | 0.52% | 0.6% | - |
| XYZ | 17.85 | 25.97 | 10.38 | - |
| YUV | 128.03 | 96.94 | 108 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 153 | 73 | 0.35 | 0 | 0.52 | 0.4 | 99.75 | 0.35 | 0.44 |
| Hex | 64 | 99 | 49 | 23 | 0 | 34 | 28 | 64 | 23 | 2C |
| Octal | 144 | 231 | 111 | 43 | 0 | 64 | 50 | 144 | 43 | 54 |
| Binary | 1100100 | 10011001 | 1001001 | 100011 | 0 | 110100 | 101000 | 1100100 | 100011 | 101100 |
Color Harmonies of #649949
Complementary color
Monochromatic Colors of #649949
Black with #649949
Text Example
Text Example
White with #649949
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #649949; }
p { color: rgb(100,153,73); }
H1.HeaderClassName
{
color: #649949;
}
.AnyTagClassName
{
color: #649949;
}
</style>
background-color css
<style>
a { background-color: #649949; }
a { background-color: rgb(100,153,73); }
div.DivClassName
{
background-color: #649949;
}
.BgClassName
{
background-color: #649949;
}
</style>
border-color css
<style>
span { border-color: #649949; }
span { border-color: rgb(100,153,73); }
td.TdClassName
{
border-color: #649949;
}
.TagClassName
{
border-color: #649949;
}
</style>