Shades of Glade Green #648752
Tints of Glade Green #648752
RGB
CMYK
RGB Variations
Color information
#648752 (or 0x648752) is known color: Glade Green. HEX triplet: 64, 87 and 52. RGB value is (100,135,82). Sum of RGB (Red+Green+Blue) = 100+135+82=317 (41% of max value = 765). Red value is 100 (39.45% from 255 or 31.55% from 317); Green value is 135 (53.12% from 255 or 42.59% from 317); Blue value is 82 (32.42% from 255 or 25.87% from 317); Max value from RGB is 135 - color contains mainly: green. Hex color #648752 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #648752 is #9B78AD. Grayscale: #767676. Windows color (decimal): -10188974 or 5408612. OLE color: 5408612.
HSL color Cylindrical-coordinate representation of color #648752: hue angle of 99.62º degrees, saturation: 0.24, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #648752 is Cyan = 0.26, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 100 | 135 | 82 | - |
| CMYK | 0.26 | 0 | 0.39 | 0.47 |
| HSL | 99.62º | 0.24% | 0.43% | - |
| HSV(B) | 99.62º | 0.39% | 0.53% | - |
| XYZ | 15.44 | 20.65 | 11.15 | - |
| YUV | 118.49 | 107.4 | 114.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 135 | 82 | 0.26 | 0 | 0.39 | 0.47 | 99.62 | 0.24 | 0.43 |
| Hex | 64 | 87 | 52 | 1A | 0 | 27 | 2F | 64 | 18 | 2B |
| Octal | 144 | 207 | 122 | 32 | 0 | 47 | 57 | 144 | 30 | 53 |
| Binary | 1100100 | 10000111 | 1010010 | 11010 | 0 | 100111 | 101111 | 1100100 | 11000 | 101011 |
Color Harmonies of #648752
Complementary color
Monochromatic Colors of #648752
Black with #648752
Text Example
Text Example
White with #648752
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #648752; }
p { color: rgb(100,135,82); }
H1.HeaderClassName
{
color: #648752;
}
.AnyTagClassName
{
color: #648752;
}
</style>
background-color css
<style>
a { background-color: #648752; }
a { background-color: rgb(100,135,82); }
div.DivClassName
{
background-color: #648752;
}
.BgClassName
{
background-color: #648752;
}
</style>
border-color css
<style>
span { border-color: #648752; }
span { border-color: rgb(100,135,82); }
td.TdClassName
{
border-color: #648752;
}
.TagClassName
{
border-color: #648752;
}
</style>