Shades of Glade Green #648453
Tints of Glade Green #648453
RGB
CMYK
RGB Variations
Color information
#648453 (or 0x648453) is known color: Glade Green. HEX triplet: 64, 84 and 53. RGB value is (100,132,83). Sum of RGB (Red+Green+Blue) = 100+132+83=315 (41% of max value = 765). Red value is 100 (39.45% from 255 or 31.75% from 315); Green value is 132 (51.95% from 255 or 41.90% from 315); Blue value is 83 (32.81% from 255 or 26.35% from 315); Max value from RGB is 132 - color contains mainly: green. Hex color #648453 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #648453 is #9B7BAC. Grayscale: #757575. Windows color (decimal): -10189741 or 5473380. OLE color: 5473380.
HSL color Cylindrical-coordinate representation of color #648453: hue angle of 99.18º degrees, saturation: 0.23, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #648453 is Cyan = 0.24, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 100 | 132 | 83 | - |
| CMYK | 0.24 | 0 | 0.37 | 0.48 |
| HSL | 99.18º | 0.23% | 0.42% | - |
| HSV(B) | 99.18º | 0.37% | 0.52% | - |
| XYZ | 15.07 | 19.84 | 11.22 | - |
| YUV | 116.85 | 108.9 | 115.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 132 | 83 | 0.24 | 0 | 0.37 | 0.48 | 99.18 | 0.23 | 0.42 |
| Hex | 64 | 84 | 53 | 18 | 0 | 25 | 30 | 63 | 17 | 2A |
| Octal | 144 | 204 | 123 | 30 | 0 | 45 | 60 | 143 | 27 | 52 |
| Binary | 1100100 | 10000100 | 1010011 | 11000 | 0 | 100101 | 110000 | 1100011 | 10111 | 101010 |
Color Harmonies of #648453
Complementary color
Monochromatic Colors of #648453
Black with #648453
Text Example
Text Example
White with #648453
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #648453; }
p { color: rgb(100,132,83); }
H1.HeaderClassName
{
color: #648453;
}
.AnyTagClassName
{
color: #648453;
}
</style>
background-color css
<style>
a { background-color: #648453; }
a { background-color: rgb(100,132,83); }
div.DivClassName
{
background-color: #648453;
}
.BgClassName
{
background-color: #648453;
}
</style>
border-color css
<style>
span { border-color: #648453; }
span { border-color: rgb(100,132,83); }
td.TdClassName
{
border-color: #648453;
}
.TagClassName
{
border-color: #648453;
}
</style>