Shades of Glade Green #648259
Tints of Glade Green #648259
RGB
CMYK
RGB Variations
Color information
#648259 (or 0x648259) is known color: Glade Green. HEX triplet: 64, 82 and 59. RGB value is (100,130,89). Sum of RGB (Red+Green+Blue) = 100+130+89=319 (42% of max value = 765). Red value is 100 (39.45% from 255 or 31.35% from 319); Green value is 130 (51.17% from 255 or 40.75% from 319); Blue value is 89 (35.16% from 255 or 27.90% from 319); Max value from RGB is 130 - color contains mainly: green. Hex color #648259 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #648259 is #9B7DA6. Grayscale: #747474. Windows color (decimal): -10190247 or 5866084. OLE color: 5866084.
HSL color Cylindrical-coordinate representation of color #648259: hue angle of 103.9º degrees, saturation: 0.19, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #648259 is Cyan = 0.23, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 100 | 130 | 89 | - |
| CMYK | 0.23 | 0 | 0.32 | 0.49 |
| HSL | 103.9º | 0.19% | 0.43% | - |
| HSV(B) | 103.9º | 0.32% | 0.51% | - |
| XYZ | 15.04 | 19.4 | 12.4 | - |
| YUV | 116.36 | 112.56 | 116.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 130 | 89 | 0.23 | 0 | 0.32 | 0.49 | 103.9 | 0.19 | 0.43 |
| Hex | 64 | 82 | 59 | 17 | 0 | 20 | 31 | 68 | 13 | 2B |
| Octal | 144 | 202 | 131 | 27 | 0 | 40 | 61 | 150 | 23 | 53 |
| Binary | 1100100 | 10000010 | 1011001 | 10111 | 0 | 100000 | 110001 | 1101000 | 10011 | 101011 |
Color Harmonies of #648259
Complementary color
Monochromatic Colors of #648259
Black with #648259
Text Example
Text Example
White with #648259
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #648259; }
p { color: rgb(100,130,89); }
H1.HeaderClassName
{
color: #648259;
}
.AnyTagClassName
{
color: #648259;
}
</style>
background-color css
<style>
a { background-color: #648259; }
a { background-color: rgb(100,130,89); }
div.DivClassName
{
background-color: #648259;
}
.BgClassName
{
background-color: #648259;
}
</style>
border-color css
<style>
span { border-color: #648259; }
span { border-color: rgb(100,130,89); }
td.TdClassName
{
border-color: #648259;
}
.TagClassName
{
border-color: #648259;
}
</style>