Shades of Glade Green #64974D
Tints of Glade Green #64974D
RGB
CMYK
RGB Variations
Color information
#64974D (or 0x64974D) is known color: Glade Green. HEX triplet: 64, 97 and 4D. RGB value is (100,151,77). Sum of RGB (Red+Green+Blue) = 100+151+77=328 (43% of max value = 765). Red value is 100 (39.45% from 255 or 30.49% from 328); Green value is 151 (59.38% from 255 or 46.04% from 328); Blue value is 77 (30.47% from 255 or 23.48% from 328); Max value from RGB is 151 - color contains mainly: green. Hex color #64974D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #64974D is #9B68B2. Grayscale: #7F7F7F. Windows color (decimal): -10184883 or 5085028. OLE color: 5085028.
HSL color Cylindrical-coordinate representation of color #64974D: hue angle of 101.35º degrees, saturation: 0.32, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #64974D is Cyan = 0.34, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 100 | 151 | 77 | - |
| CMYK | 0.34 | 0 | 0.49 | 0.41 |
| HSL | 101.35º | 0.32% | 0.45% | - |
| HSV(B) | 101.35º | 0.49% | 0.59% | - |
| XYZ | 17.66 | 25.38 | 10.99 | - |
| YUV | 127.32 | 99.6 | 108.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 151 | 77 | 0.34 | 0 | 0.49 | 0.41 | 101.35 | 0.32 | 0.45 |
| Hex | 64 | 97 | 4D | 22 | 0 | 31 | 29 | 65 | 20 | 2D |
| Octal | 144 | 227 | 115 | 42 | 0 | 61 | 51 | 145 | 40 | 55 |
| Binary | 1100100 | 10010111 | 1001101 | 100010 | 0 | 110001 | 101001 | 1100101 | 100000 | 101101 |
Color Harmonies of #64974D
Complementary color
Monochromatic Colors of #64974D
Black with #64974D
Text Example
Text Example
White with #64974D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64974D; }
p { color: rgb(100,151,77); }
H1.HeaderClassName
{
color: #64974D;
}
.AnyTagClassName
{
color: #64974D;
}
</style>
background-color css
<style>
a { background-color: #64974D; }
a { background-color: rgb(100,151,77); }
div.DivClassName
{
background-color: #64974D;
}
.BgClassName
{
background-color: #64974D;
}
</style>
border-color css
<style>
span { border-color: #64974D; }
span { border-color: rgb(100,151,77); }
td.TdClassName
{
border-color: #64974D;
}
.TagClassName
{
border-color: #64974D;
}
</style>