Shades of Glade Green #648C52
Tints of Glade Green #648C52
RGB
CMYK
RGB Variations
Color information
#648C52 (or 0x648C52) is known color: Glade Green. HEX triplet: 64, 8C and 52. RGB value is (100,140,82). Sum of RGB (Red+Green+Blue) = 100+140+82=322 (42% of max value = 765). Red value is 100 (39.45% from 255 or 31.06% from 322); Green value is 140 (55.08% from 255 or 43.48% from 322); Blue value is 82 (32.42% from 255 or 25.47% from 322); Max value from RGB is 140 - color contains mainly: green. Hex color #648C52 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #648C52 is #9B73AD. Grayscale: #797979. Windows color (decimal): -10187694 or 5409892. OLE color: 5409892.
HSL color Cylindrical-coordinate representation of color #648C52: hue angle of 101.38º degrees, saturation: 0.26, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #648C52 is Cyan = 0.29, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 100 | 140 | 82 | - |
| CMYK | 0.29 | 0 | 0.41 | 0.45 |
| HSL | 101.38º | 0.26% | 0.44% | - |
| HSV(B) | 101.38º | 0.41% | 0.55% | - |
| XYZ | 16.16 | 22.07 | 11.39 | - |
| YUV | 121.43 | 105.75 | 112.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 140 | 82 | 0.29 | 0 | 0.41 | 0.45 | 101.38 | 0.26 | 0.44 |
| Hex | 64 | 8C | 52 | 1D | 0 | 29 | 2D | 65 | 1A | 2C |
| Octal | 144 | 214 | 122 | 35 | 0 | 51 | 55 | 145 | 32 | 54 |
| Binary | 1100100 | 10001100 | 1010010 | 11101 | 0 | 101001 | 101101 | 1100101 | 11010 | 101100 |
Color Harmonies of #648C52
Complementary color
Monochromatic Colors of #648C52
Black with #648C52
Text Example
Text Example
White with #648C52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #648C52; }
p { color: rgb(100,140,82); }
H1.HeaderClassName
{
color: #648C52;
}
.AnyTagClassName
{
color: #648C52;
}
</style>
background-color css
<style>
a { background-color: #648C52; }
a { background-color: rgb(100,140,82); }
div.DivClassName
{
background-color: #648C52;
}
.BgClassName
{
background-color: #648C52;
}
</style>
border-color css
<style>
span { border-color: #648C52; }
span { border-color: rgb(100,140,82); }
td.TdClassName
{
border-color: #648C52;
}
.TagClassName
{
border-color: #648C52;
}
</style>