Shades of Glade Green #648852
Tints of Glade Green #648852
RGB
CMYK
RGB Variations
Color information
#648852 (or 0x648852) is known color: Glade Green. HEX triplet: 64, 88 and 52. RGB value is (100,136,82). Sum of RGB (Red+Green+Blue) = 100+136+82=318 (42% of max value = 765). Red value is 100 (39.45% from 255 or 31.45% from 318); Green value is 136 (53.52% from 255 or 42.77% from 318); Blue value is 82 (32.42% from 255 or 25.79% from 318); Max value from RGB is 136 - color contains mainly: green. Hex color #648852 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #648852 is #9B77AD. Grayscale: #777777. Windows color (decimal): -10188718 or 5408868. OLE color: 5408868.
HSL color Cylindrical-coordinate representation of color #648852: hue angle of 100º degrees, saturation: 0.25, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #648852 is Cyan = 0.26, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 100 | 136 | 82 | - |
| CMYK | 0.26 | 0 | 0.40 | 0.47 |
| HSL | 100º | 0.25% | 0.43% | - |
| HSV(B) | 100º | 0.4% | 0.53% | - |
| XYZ | 15.58 | 20.93 | 11.2 | - |
| YUV | 119.08 | 107.07 | 114.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 136 | 82 | 0.26 | 0 | 0.40 | 0.47 | 100 | 0.25 | 0.43 |
| Hex | 64 | 88 | 52 | 1A | 0 | 28 | 2F | 64 | 19 | 2B |
| Octal | 144 | 210 | 122 | 32 | 0 | 50 | 57 | 144 | 31 | 53 |
| Binary | 1100100 | 10001000 | 1010010 | 11010 | 0 | 101000 | 101111 | 1100100 | 11001 | 101011 |
Color Harmonies of #648852
Complementary color
Monochromatic Colors of #648852
Black with #648852
Text Example
Text Example
White with #648852
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #648852; }
p { color: rgb(100,136,82); }
H1.HeaderClassName
{
color: #648852;
}
.AnyTagClassName
{
color: #648852;
}
</style>
background-color css
<style>
a { background-color: #648852; }
a { background-color: rgb(100,136,82); }
div.DivClassName
{
background-color: #648852;
}
.BgClassName
{
background-color: #648852;
}
</style>
border-color css
<style>
span { border-color: #648852; }
span { border-color: rgb(100,136,82); }
td.TdClassName
{
border-color: #648852;
}
.TagClassName
{
border-color: #648852;
}
</style>