Shades of Glade Green #648150
Tints of Glade Green #648150
RGB
CMYK
RGB Variations
Color information
#648150 (or 0x648150) is known color: Glade Green. HEX triplet: 64, 81 and 50. RGB value is (100,129,80). Sum of RGB (Red+Green+Blue) = 100+129+80=309 (40% of max value = 765). Red value is 100 (39.45% from 255 or 32.36% from 309); Green value is 129 (50.78% from 255 or 41.75% from 309); Blue value is 80 (31.64% from 255 or 25.89% from 309); Max value from RGB is 129 - color contains mainly: green. Hex color #648150 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #648150 is #9B7EAF. Grayscale: #727272. Windows color (decimal): -10190512 or 5276004. OLE color: 5276004.
HSL color Cylindrical-coordinate representation of color #648150: hue angle of 95.51º degrees, saturation: 0.23, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #648150 is Cyan = 0.22, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 100 | 129 | 80 | - |
| CMYK | 0.22 | 0 | 0.38 | 0.49 |
| HSL | 95.51º | 0.23% | 0.41% | - |
| HSV(B) | 95.51º | 0.38% | 0.51% | - |
| XYZ | 14.55 | 18.99 | 10.49 | - |
| YUV | 114.74 | 108.39 | 117.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 129 | 80 | 0.22 | 0 | 0.38 | 0.49 | 95.51 | 0.23 | 0.41 |
| Hex | 64 | 81 | 50 | 16 | 0 | 26 | 31 | 60 | 17 | 29 |
| Octal | 144 | 201 | 120 | 26 | 0 | 46 | 61 | 140 | 27 | 51 |
| Binary | 1100100 | 10000001 | 1010000 | 10110 | 0 | 100110 | 110001 | 1100000 | 10111 | 101001 |
Color Harmonies of #648150
Complementary color
Monochromatic Colors of #648150
Black with #648150
Text Example
Text Example
White with #648150
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #648150; }
p { color: rgb(100,129,80); }
H1.HeaderClassName
{
color: #648150;
}
.AnyTagClassName
{
color: #648150;
}
</style>
background-color css
<style>
a { background-color: #648150; }
a { background-color: rgb(100,129,80); }
div.DivClassName
{
background-color: #648150;
}
.BgClassName
{
background-color: #648150;
}
</style>
border-color css
<style>
span { border-color: #648150; }
span { border-color: rgb(100,129,80); }
td.TdClassName
{
border-color: #648150;
}
.TagClassName
{
border-color: #648150;
}
</style>