Shades of Glade Green #648653
Tints of Glade Green #648653
RGB
CMYK
RGB Variations
Color information
#648653 (or 0x648653) is known color: Glade Green. HEX triplet: 64, 86 and 53. RGB value is (100,134,83). Sum of RGB (Red+Green+Blue) = 100+134+83=317 (41% of max value = 765). Red value is 100 (39.45% from 255 or 31.55% from 317); Green value is 134 (52.73% from 255 or 42.27% from 317); Blue value is 83 (32.81% from 255 or 26.18% from 317); Max value from RGB is 134 - color contains mainly: green. Hex color #648653 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #648653 is #9B79AC. Grayscale: #767676. Windows color (decimal): -10189229 or 5473892. OLE color: 5473892.
HSL color Cylindrical-coordinate representation of color #648653: hue angle of 100º degrees, saturation: 0.24, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #648653 is Cyan = 0.25, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 100 | 134 | 83 | - |
| CMYK | 0.25 | 0 | 0.38 | 0.47 |
| HSL | 100º | 0.24% | 0.43% | - |
| HSV(B) | 100º | 0.38% | 0.53% | - |
| XYZ | 15.34 | 20.38 | 11.31 | - |
| YUV | 118.02 | 108.24 | 115.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 134 | 83 | 0.25 | 0 | 0.38 | 0.47 | 100 | 0.24 | 0.43 |
| Hex | 64 | 86 | 53 | 19 | 0 | 26 | 2F | 64 | 18 | 2B |
| Octal | 144 | 206 | 123 | 31 | 0 | 46 | 57 | 144 | 30 | 53 |
| Binary | 1100100 | 10000110 | 1010011 | 11001 | 0 | 100110 | 101111 | 1100100 | 11000 | 101011 |
Color Harmonies of #648653
Complementary color
Monochromatic Colors of #648653
Black with #648653
Text Example
Text Example
White with #648653
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #648653; }
p { color: rgb(100,134,83); }
H1.HeaderClassName
{
color: #648653;
}
.AnyTagClassName
{
color: #648653;
}
</style>
background-color css
<style>
a { background-color: #648653; }
a { background-color: rgb(100,134,83); }
div.DivClassName
{
background-color: #648653;
}
.BgClassName
{
background-color: #648653;
}
</style>
border-color css
<style>
span { border-color: #648653; }
span { border-color: rgb(100,134,83); }
td.TdClassName
{
border-color: #648653;
}
.TagClassName
{
border-color: #648653;
}
</style>