Shades of Glade Green #648257
Tints of Glade Green #648257
RGB
CMYK
RGB Variations
Color information
#648257 (or 0x648257) is known color: Glade Green. HEX triplet: 64, 82 and 57. RGB value is (100,130,87). Sum of RGB (Red+Green+Blue) = 100+130+87=317 (41% of max value = 765). Red value is 100 (39.45% from 255 or 31.55% from 317); Green value is 130 (51.17% from 255 or 41.01% from 317); Blue value is 87 (34.38% from 255 or 27.44% from 317); Max value from RGB is 130 - color contains mainly: green. Hex color #648257 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #648257 is #9B7DA8. Grayscale: #747474. Windows color (decimal): -10190249 or 5735012. OLE color: 5735012.
HSL color Cylindrical-coordinate representation of color #648257: hue angle of 101.86º degrees, saturation: 0.2, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #648257 is Cyan = 0.23, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 100 | 130 | 87 | - |
| CMYK | 0.23 | 0 | 0.33 | 0.49 |
| HSL | 101.86º | 0.2% | 0.43% | - |
| HSV(B) | 101.86º | 0.33% | 0.51% | - |
| XYZ | 14.96 | 19.36 | 11.97 | - |
| YUV | 116.13 | 111.56 | 116.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 130 | 87 | 0.23 | 0 | 0.33 | 0.49 | 101.86 | 0.2 | 0.43 |
| Hex | 64 | 82 | 57 | 17 | 0 | 21 | 31 | 66 | 14 | 2B |
| Octal | 144 | 202 | 127 | 27 | 0 | 41 | 61 | 146 | 24 | 53 |
| Binary | 1100100 | 10000010 | 1010111 | 10111 | 0 | 100001 | 110001 | 1100110 | 10100 | 101011 |
Color Harmonies of #648257
Complementary color
Monochromatic Colors of #648257
Black with #648257
Text Example
Text Example
White with #648257
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #648257; }
p { color: rgb(100,130,87); }
H1.HeaderClassName
{
color: #648257;
}
.AnyTagClassName
{
color: #648257;
}
</style>
background-color css
<style>
a { background-color: #648257; }
a { background-color: rgb(100,130,87); }
div.DivClassName
{
background-color: #648257;
}
.BgClassName
{
background-color: #648257;
}
</style>
border-color css
<style>
span { border-color: #648257; }
span { border-color: rgb(100,130,87); }
td.TdClassName
{
border-color: #648257;
}
.TagClassName
{
border-color: #648257;
}
</style>