Shades of Glade Green #648256
Tints of Glade Green #648256
RGB
CMYK
RGB Variations
Color information
#648256 (or 0x648256) is known color: Glade Green. HEX triplet: 64, 82 and 56. RGB value is (100,130,86). Sum of RGB (Red+Green+Blue) = 100+130+86=316 (41% of max value = 765). Red value is 100 (39.45% from 255 or 31.65% from 316); Green value is 130 (51.17% from 255 or 41.14% from 316); Blue value is 86 (33.98% from 255 or 27.22% from 316); Max value from RGB is 130 - color contains mainly: green. Hex color #648256 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #648256 is #9B7DA9. Grayscale: #747474. Windows color (decimal): -10190250 or 5669476. OLE color: 5669476.
HSL color Cylindrical-coordinate representation of color #648256: hue angle of 100.91º degrees, saturation: 0.2, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #648256 is Cyan = 0.23, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 100 | 130 | 86 | - |
| CMYK | 0.23 | 0 | 0.34 | 0.49 |
| HSL | 100.91º | 0.2% | 0.42% | - |
| HSV(B) | 100.91º | 0.34% | 0.51% | - |
| XYZ | 14.92 | 19.35 | 11.75 | - |
| YUV | 116.01 | 111.06 | 116.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 130 | 86 | 0.23 | 0 | 0.34 | 0.49 | 100.91 | 0.2 | 0.42 |
| Hex | 64 | 82 | 56 | 17 | 0 | 22 | 31 | 65 | 14 | 2A |
| Octal | 144 | 202 | 126 | 27 | 0 | 42 | 61 | 145 | 24 | 52 |
| Binary | 1100100 | 10000010 | 1010110 | 10111 | 0 | 100010 | 110001 | 1100101 | 10100 | 101010 |
Color Harmonies of #648256
Complementary color
Monochromatic Colors of #648256
Black with #648256
Text Example
Text Example
White with #648256
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #648256; }
p { color: rgb(100,130,86); }
H1.HeaderClassName
{
color: #648256;
}
.AnyTagClassName
{
color: #648256;
}
</style>
background-color css
<style>
a { background-color: #648256; }
a { background-color: rgb(100,130,86); }
div.DivClassName
{
background-color: #648256;
}
.BgClassName
{
background-color: #648256;
}
</style>
border-color css
<style>
span { border-color: #648256; }
span { border-color: rgb(100,130,86); }
td.TdClassName
{
border-color: #648256;
}
.TagClassName
{
border-color: #648256;
}
</style>