Shades of Glade Green #648D49
Tints of Glade Green #648D49
RGB
CMYK
RGB Variations
Color information
#648D49 (or 0x648D49) is known color: Glade Green. HEX triplet: 64, 8D and 49. RGB value is (100,141,73). Sum of RGB (Red+Green+Blue) = 100+141+73=314 (41% of max value = 765). Red value is 100 (39.45% from 255 or 31.85% from 314); Green value is 141 (55.47% from 255 or 44.90% from 314); Blue value is 73 (28.91% from 255 or 23.25% from 314); Max value from RGB is 141 - color contains mainly: green. Hex color #648D49 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #648D49 is #9B72B6. Grayscale: #797979. Windows color (decimal): -10187447 or 4820324. OLE color: 4820324.
HSL color Cylindrical-coordinate representation of color #648D49: hue angle of 96.18º degrees, saturation: 0.32, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #648D49 is Cyan = 0.29, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 100 | 141 | 73 | - |
| CMYK | 0.29 | 0 | 0.48 | 0.45 |
| HSL | 96.18º | 0.32% | 0.42% | - |
| HSV(B) | 96.18º | 0.48% | 0.55% | - |
| XYZ | 15.98 | 22.24 | 9.75 | - |
| YUV | 120.99 | 100.92 | 113.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 141 | 73 | 0.29 | 0 | 0.48 | 0.45 | 96.18 | 0.32 | 0.42 |
| Hex | 64 | 8D | 49 | 1D | 0 | 30 | 2D | 60 | 20 | 2A |
| Octal | 144 | 215 | 111 | 35 | 0 | 60 | 55 | 140 | 40 | 52 |
| Binary | 1100100 | 10001101 | 1001001 | 11101 | 0 | 110000 | 101101 | 1100000 | 100000 | 101010 |
Color Harmonies of #648D49
Complementary color
Monochromatic Colors of #648D49
Black with #648D49
Text Example
Text Example
White with #648D49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #648D49; }
p { color: rgb(100,141,73); }
H1.HeaderClassName
{
color: #648D49;
}
.AnyTagClassName
{
color: #648D49;
}
</style>
background-color css
<style>
a { background-color: #648D49; }
a { background-color: rgb(100,141,73); }
div.DivClassName
{
background-color: #648D49;
}
.BgClassName
{
background-color: #648D49;
}
</style>
border-color css
<style>
span { border-color: #648D49; }
span { border-color: rgb(100,141,73); }
td.TdClassName
{
border-color: #648D49;
}
.TagClassName
{
border-color: #648D49;
}
</style>