Shades of Glade Green #648356
Tints of Glade Green #648356
RGB
CMYK
RGB Variations
Color information
#648356 (or 0x648356) is known color: Glade Green. HEX triplet: 64, 83 and 56. RGB value is (100,131,86). Sum of RGB (Red+Green+Blue) = 100+131+86=317 (41% of max value = 765). Red value is 100 (39.45% from 255 or 31.55% from 317); Green value is 131 (51.56% from 255 or 41.32% from 317); Blue value is 86 (33.98% from 255 or 27.13% from 317); Max value from RGB is 131 - color contains mainly: green. Hex color #648356 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #648356 is #9B7CA9. Grayscale: #747474. Windows color (decimal): -10189994 or 5669732. OLE color: 5669732.
HSL color Cylindrical-coordinate representation of color #648356: hue angle of 101.33º degrees, saturation: 0.21, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #648356 is Cyan = 0.24, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 100 | 131 | 86 | - |
| CMYK | 0.24 | 0 | 0.34 | 0.49 |
| HSL | 101.33º | 0.21% | 0.43% | - |
| HSV(B) | 101.33º | 0.34% | 0.51% | - |
| XYZ | 15.05 | 19.61 | 11.8 | - |
| YUV | 116.6 | 110.73 | 116.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 131 | 86 | 0.24 | 0 | 0.34 | 0.49 | 101.33 | 0.21 | 0.43 |
| Hex | 64 | 83 | 56 | 18 | 0 | 22 | 31 | 65 | 15 | 2B |
| Octal | 144 | 203 | 126 | 30 | 0 | 42 | 61 | 145 | 25 | 53 |
| Binary | 1100100 | 10000011 | 1010110 | 11000 | 0 | 100010 | 110001 | 1100101 | 10101 | 101011 |
Color Harmonies of #648356
Complementary color
Monochromatic Colors of #648356
Black with #648356
Text Example
Text Example
White with #648356
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #648356; }
p { color: rgb(100,131,86); }
H1.HeaderClassName
{
color: #648356;
}
.AnyTagClassName
{
color: #648356;
}
</style>
background-color css
<style>
a { background-color: #648356; }
a { background-color: rgb(100,131,86); }
div.DivClassName
{
background-color: #648356;
}
.BgClassName
{
background-color: #648356;
}
</style>
border-color css
<style>
span { border-color: #648356; }
span { border-color: rgb(100,131,86); }
td.TdClassName
{
border-color: #648356;
}
.TagClassName
{
border-color: #648356;
}
</style>