Shades of Glade Green #648B53
Tints of Glade Green #648B53
RGB
CMYK
RGB Variations
Color information
#648B53 (or 0x648B53) is known color: Glade Green. HEX triplet: 64, 8B and 53. RGB value is (100,139,83). Sum of RGB (Red+Green+Blue) = 100+139+83=322 (42% of max value = 765). Red value is 100 (39.45% from 255 or 31.06% from 322); Green value is 139 (54.69% from 255 or 43.17% from 322); Blue value is 83 (32.81% from 255 or 25.78% from 322); Max value from RGB is 139 - color contains mainly: green. Hex color #648B53 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #648B53 is #9B74AC. Grayscale: #797979. Windows color (decimal): -10187949 or 5475172. OLE color: 5475172.
HSL color Cylindrical-coordinate representation of color #648B53: hue angle of 101.79º degrees, saturation: 0.25, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #648B53 is Cyan = 0.28, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 100 | 139 | 83 | - |
| CMYK | 0.28 | 0 | 0.40 | 0.45 |
| HSL | 101.79º | 0.25% | 0.44% | - |
| HSV(B) | 101.79º | 0.4% | 0.55% | - |
| XYZ | 16.05 | 21.8 | 11.55 | - |
| YUV | 120.96 | 106.58 | 113.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 139 | 83 | 0.28 | 0 | 0.40 | 0.45 | 101.79 | 0.25 | 0.44 |
| Hex | 64 | 8B | 53 | 1C | 0 | 28 | 2D | 66 | 19 | 2C |
| Octal | 144 | 213 | 123 | 34 | 0 | 50 | 55 | 146 | 31 | 54 |
| Binary | 1100100 | 10001011 | 1010011 | 11100 | 0 | 101000 | 101101 | 1100110 | 11001 | 101100 |
Color Harmonies of #648B53
Complementary color
Monochromatic Colors of #648B53
Black with #648B53
Text Example
Text Example
White with #648B53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #648B53; }
p { color: rgb(100,139,83); }
H1.HeaderClassName
{
color: #648B53;
}
.AnyTagClassName
{
color: #648B53;
}
</style>
background-color css
<style>
a { background-color: #648B53; }
a { background-color: rgb(100,139,83); }
div.DivClassName
{
background-color: #648B53;
}
.BgClassName
{
background-color: #648B53;
}
</style>
border-color css
<style>
span { border-color: #648B53; }
span { border-color: rgb(100,139,83); }
td.TdClassName
{
border-color: #648B53;
}
.TagClassName
{
border-color: #648B53;
}
</style>