Shades of Glade Green #648955
Tints of Glade Green #648955
RGB
CMYK
RGB Variations
Color information
#648955 (or 0x648955) is known color: Glade Green. HEX triplet: 64, 89 and 55. RGB value is (100,137,85). Sum of RGB (Red+Green+Blue) = 100+137+85=322 (42% of max value = 765). Red value is 100 (39.45% from 255 or 31.06% from 322); Green value is 137 (53.91% from 255 or 42.55% from 322); Blue value is 85 (33.59% from 255 or 26.40% from 322); Max value from RGB is 137 - color contains mainly: green. Hex color #648955 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #648955 is #9B76AA. Grayscale: #787878. Windows color (decimal): -10188459 or 5605732. OLE color: 5605732.
HSL color Cylindrical-coordinate representation of color #648955: hue angle of 102.69º degrees, saturation: 0.23, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #648955 is Cyan = 0.27, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 100 | 137 | 85 | - |
| CMYK | 0.27 | 0 | 0.38 | 0.46 |
| HSL | 102.69º | 0.23% | 0.44% | - |
| HSV(B) | 102.69º | 0.38% | 0.54% | - |
| XYZ | 15.84 | 21.26 | 11.86 | - |
| YUV | 120.01 | 108.24 | 113.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 137 | 85 | 0.27 | 0 | 0.38 | 0.46 | 102.69 | 0.23 | 0.44 |
| Hex | 64 | 89 | 55 | 1B | 0 | 26 | 2E | 67 | 17 | 2C |
| Octal | 144 | 211 | 125 | 33 | 0 | 46 | 56 | 147 | 27 | 54 |
| Binary | 1100100 | 10001001 | 1010101 | 11011 | 0 | 100110 | 101110 | 1100111 | 10111 | 101100 |
Color Harmonies of #648955
Complementary color
Monochromatic Colors of #648955
Black with #648955
Text Example
Text Example
White with #648955
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #648955; }
p { color: rgb(100,137,85); }
H1.HeaderClassName
{
color: #648955;
}
.AnyTagClassName
{
color: #648955;
}
</style>
background-color css
<style>
a { background-color: #648955; }
a { background-color: rgb(100,137,85); }
div.DivClassName
{
background-color: #648955;
}
.BgClassName
{
background-color: #648955;
}
</style>
border-color css
<style>
span { border-color: #648955; }
span { border-color: rgb(100,137,85); }
td.TdClassName
{
border-color: #648955;
}
.TagClassName
{
border-color: #648955;
}
</style>