Shades of Glade Green #648D53
Tints of Glade Green #648D53
RGB
CMYK
RGB Variations
Color information
#648D53 (or 0x648D53) is known color: Glade Green. HEX triplet: 64, 8D and 53. RGB value is (100,141,83). Sum of RGB (Red+Green+Blue) = 100+141+83=324 (42% of max value = 765). Red value is 100 (39.45% from 255 or 30.86% from 324); Green value is 141 (55.47% from 255 or 43.52% from 324); Blue value is 83 (32.81% from 255 or 25.62% from 324); Max value from RGB is 141 - color contains mainly: green. Hex color #648D53 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #648D53 is #9B72AC. Grayscale: #7A7A7A. Windows color (decimal): -10187437 or 5475684. OLE color: 5475684.
HSL color Cylindrical-coordinate representation of color #648D53: hue angle of 102.41º 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 #648D53 is Cyan = 0.29, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 100 | 141 | 83 | - |
| CMYK | 0.29 | 0 | 0.41 | 0.45 |
| HSL | 102.41º | 0.26% | 0.44% | - |
| HSV(B) | 102.41º | 0.41% | 0.55% | - |
| XYZ | 16.34 | 22.38 | 11.64 | - |
| YUV | 122.13 | 105.92 | 112.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 141 | 83 | 0.29 | 0 | 0.41 | 0.45 | 102.41 | 0.26 | 0.44 |
| Hex | 64 | 8D | 53 | 1D | 0 | 29 | 2D | 66 | 1A | 2C |
| Octal | 144 | 215 | 123 | 35 | 0 | 51 | 55 | 146 | 32 | 54 |
| Binary | 1100100 | 10001101 | 1010011 | 11101 | 0 | 101001 | 101101 | 1100110 | 11010 | 101100 |
Color Harmonies of #648D53
Complementary color
Monochromatic Colors of #648D53
Black with #648D53
Text Example
Text Example
White with #648D53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #648D53; }
p { color: rgb(100,141,83); }
H1.HeaderClassName
{
color: #648D53;
}
.AnyTagClassName
{
color: #648D53;
}
</style>
background-color css
<style>
a { background-color: #648D53; }
a { background-color: rgb(100,141,83); }
div.DivClassName
{
background-color: #648D53;
}
.BgClassName
{
background-color: #648D53;
}
</style>
border-color css
<style>
span { border-color: #648D53; }
span { border-color: rgb(100,141,83); }
td.TdClassName
{
border-color: #648D53;
}
.TagClassName
{
border-color: #648D53;
}
</style>