Shades of Glade Green #648E4F
Tints of Glade Green #648E4F
RGB
CMYK
RGB Variations
Color information
#648E4F (or 0x648E4F) is known color: Glade Green. HEX triplet: 64, 8E and 4F. RGB value is (100,142,79). Sum of RGB (Red+Green+Blue) = 100+142+79=321 (42% of max value = 765). Red value is 100 (39.45% from 255 or 31.15% from 321); Green value is 142 (55.86% from 255 or 44.24% from 321); Blue value is 79 (31.25% from 255 or 24.61% from 321); Max value from RGB is 142 - color contains mainly: green. Hex color #648E4F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #648E4F is #9B71B0. Grayscale: #7A7A7A. Windows color (decimal): -10187185 or 5213796. OLE color: 5213796.
HSL color Cylindrical-coordinate representation of color #648E4F: hue angle of 100º degrees, saturation: 0.29, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #648E4F is Cyan = 0.30, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 100 | 142 | 79 | - |
| CMYK | 0.30 | 0 | 0.44 | 0.44 |
| HSL | 100º | 0.29% | 0.43% | - |
| HSV(B) | 100º | 0.44% | 0.56% | - |
| XYZ | 16.34 | 22.62 | 10.9 | - |
| YUV | 122.26 | 103.59 | 112.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 142 | 79 | 0.30 | 0 | 0.44 | 0.44 | 100 | 0.29 | 0.43 |
| Hex | 64 | 8E | 4F | 1E | 0 | 2C | 2C | 64 | 1D | 2B |
| Octal | 144 | 216 | 117 | 36 | 0 | 54 | 54 | 144 | 35 | 53 |
| Binary | 1100100 | 10001110 | 1001111 | 11110 | 0 | 101100 | 101100 | 1100100 | 11101 | 101011 |
Color Harmonies of #648E4F
Complementary color
Monochromatic Colors of #648E4F
Black with #648E4F
Text Example
Text Example
White with #648E4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #648E4F; }
p { color: rgb(100,142,79); }
H1.HeaderClassName
{
color: #648E4F;
}
.AnyTagClassName
{
color: #648E4F;
}
</style>
background-color css
<style>
a { background-color: #648E4F; }
a { background-color: rgb(100,142,79); }
div.DivClassName
{
background-color: #648E4F;
}
.BgClassName
{
background-color: #648E4F;
}
</style>
border-color css
<style>
span { border-color: #648E4F; }
span { border-color: rgb(100,142,79); }
td.TdClassName
{
border-color: #648E4F;
}
.TagClassName
{
border-color: #648E4F;
}
</style>