Shades of Glade Green #648254
Tints of Glade Green #648254
RGB
CMYK
RGB Variations
Color information
#648254 (or 0x648254) is known color: Glade Green. HEX triplet: 64, 82 and 54. RGB value is (100,130,84). Sum of RGB (Red+Green+Blue) = 100+130+84=314 (41% of max value = 765). Red value is 100 (39.45% from 255 or 31.85% from 314); Green value is 130 (51.17% from 255 or 41.40% from 314); Blue value is 84 (33.20% from 255 or 26.75% from 314); Max value from RGB is 130 - color contains mainly: green. Hex color #648254 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #648254 is #9B7DAB. Grayscale: #737373. Windows color (decimal): -10190252 or 5538404. OLE color: 5538404.
HSL color Cylindrical-coordinate representation of color #648254: hue angle of 99.13º degrees, saturation: 0.21, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #648254 is Cyan = 0.23, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 100 | 130 | 84 | - |
| CMYK | 0.23 | 0 | 0.35 | 0.49 |
| HSL | 99.13º | 0.21% | 0.42% | - |
| HSV(B) | 99.13º | 0.35% | 0.51% | - |
| XYZ | 14.84 | 19.31 | 11.33 | - |
| YUV | 115.79 | 110.06 | 116.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 130 | 84 | 0.23 | 0 | 0.35 | 0.49 | 99.13 | 0.21 | 0.42 |
| Hex | 64 | 82 | 54 | 17 | 0 | 23 | 31 | 63 | 15 | 2A |
| Octal | 144 | 202 | 124 | 27 | 0 | 43 | 61 | 143 | 25 | 52 |
| Binary | 1100100 | 10000010 | 1010100 | 10111 | 0 | 100011 | 110001 | 1100011 | 10101 | 101010 |
Color Harmonies of #648254
Complementary color
Monochromatic Colors of #648254
Black with #648254
Text Example
Text Example
White with #648254
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #648254; }
p { color: rgb(100,130,84); }
H1.HeaderClassName
{
color: #648254;
}
.AnyTagClassName
{
color: #648254;
}
</style>
background-color css
<style>
a { background-color: #648254; }
a { background-color: rgb(100,130,84); }
div.DivClassName
{
background-color: #648254;
}
.BgClassName
{
background-color: #648254;
}
</style>
border-color css
<style>
span { border-color: #648254; }
span { border-color: rgb(100,130,84); }
td.TdClassName
{
border-color: #648254;
}
.TagClassName
{
border-color: #648254;
}
</style>