Shades of Glade Green #648C53
Tints of Glade Green #648C53
RGB
CMYK
RGB Variations
Color information
#648C53 (or 0x648C53) is known color: Glade Green. HEX triplet: 64, 8C and 53. RGB value is (100,140,83). Sum of RGB (Red+Green+Blue) = 100+140+83=323 (42% of max value = 765). Red value is 100 (39.45% from 255 or 30.96% from 323); Green value is 140 (55.08% from 255 or 43.34% from 323); Blue value is 83 (32.81% from 255 or 25.70% from 323); Max value from RGB is 140 - color contains mainly: green. Hex color #648C53 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #648C53 is #9B73AC. Grayscale: #797979. Windows color (decimal): -10187693 or 5475428. OLE color: 5475428.
HSL color Cylindrical-coordinate representation of color #648C53: hue angle of 102.11º 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 #648C53 is Cyan = 0.29, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 100 | 140 | 83 | - |
| CMYK | 0.29 | 0 | 0.41 | 0.45 |
| HSL | 102.11º | 0.26% | 0.44% | - |
| HSV(B) | 102.11º | 0.41% | 0.55% | - |
| XYZ | 16.19 | 22.09 | 11.59 | - |
| YUV | 121.54 | 106.25 | 112.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 140 | 83 | 0.29 | 0 | 0.41 | 0.45 | 102.11 | 0.26 | 0.44 |
| Hex | 64 | 8C | 53 | 1D | 0 | 29 | 2D | 66 | 1A | 2C |
| Octal | 144 | 214 | 123 | 35 | 0 | 51 | 55 | 146 | 32 | 54 |
| Binary | 1100100 | 10001100 | 1010011 | 11101 | 0 | 101001 | 101101 | 1100110 | 11010 | 101100 |
Color Harmonies of #648C53
Complementary color
Monochromatic Colors of #648C53
Black with #648C53
Text Example
Text Example
White with #648C53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #648C53; }
p { color: rgb(100,140,83); }
H1.HeaderClassName
{
color: #648C53;
}
.AnyTagClassName
{
color: #648C53;
}
</style>
background-color css
<style>
a { background-color: #648C53; }
a { background-color: rgb(100,140,83); }
div.DivClassName
{
background-color: #648C53;
}
.BgClassName
{
background-color: #648C53;
}
</style>
border-color css
<style>
span { border-color: #648C53; }
span { border-color: rgb(100,140,83); }
td.TdClassName
{
border-color: #648C53;
}
.TagClassName
{
border-color: #648C53;
}
</style>