Shades of Glade Green #648151
Tints of Glade Green #648151
RGB
CMYK
RGB Variations
Color information
#648151 (or 0x648151) is known color: Glade Green. HEX triplet: 64, 81 and 51. RGB value is (100,129,81). Sum of RGB (Red+Green+Blue) = 100+129+81=310 (41% of max value = 765). Red value is 100 (39.45% from 255 or 32.26% from 310); Green value is 129 (50.78% from 255 or 41.61% from 310); Blue value is 81 (32.03% from 255 or 26.13% from 310); Max value from RGB is 129 - color contains mainly: green. Hex color #648151 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #648151 is #9B7EAE. Grayscale: #737373. Windows color (decimal): -10190511 or 5341540. OLE color: 5341540.
HSL color Cylindrical-coordinate representation of color #648151: hue angle of 96.25º degrees, saturation: 0.23, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #648151 is Cyan = 0.22, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 100 | 129 | 81 | - |
| CMYK | 0.22 | 0 | 0.37 | 0.49 |
| HSL | 96.25º | 0.23% | 0.41% | - |
| HSV(B) | 96.25º | 0.37% | 0.51% | - |
| XYZ | 14.59 | 19 | 10.68 | - |
| YUV | 114.86 | 108.89 | 117.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 129 | 81 | 0.22 | 0 | 0.37 | 0.49 | 96.25 | 0.23 | 0.41 |
| Hex | 64 | 81 | 51 | 16 | 0 | 25 | 31 | 60 | 17 | 29 |
| Octal | 144 | 201 | 121 | 26 | 0 | 45 | 61 | 140 | 27 | 51 |
| Binary | 1100100 | 10000001 | 1010001 | 10110 | 0 | 100101 | 110001 | 1100000 | 10111 | 101001 |
Color Harmonies of #648151
Complementary color
Monochromatic Colors of #648151
Black with #648151
Text Example
Text Example
White with #648151
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #648151; }
p { color: rgb(100,129,81); }
H1.HeaderClassName
{
color: #648151;
}
.AnyTagClassName
{
color: #648151;
}
</style>
background-color css
<style>
a { background-color: #648151; }
a { background-color: rgb(100,129,81); }
div.DivClassName
{
background-color: #648151;
}
.BgClassName
{
background-color: #648151;
}
</style>
border-color css
<style>
span { border-color: #648151; }
span { border-color: rgb(100,129,81); }
td.TdClassName
{
border-color: #648151;
}
.TagClassName
{
border-color: #648151;
}
</style>