Shades of Glade Green #64974B
Tints of Glade Green #64974B
RGB
CMYK
RGB Variations
Color information
#64974B (or 0x64974B) is known color: Glade Green. HEX triplet: 64, 97 and 4B. RGB value is (100,151,75). Sum of RGB (Red+Green+Blue) = 100+151+75=326 (43% of max value = 765). Red value is 100 (39.45% from 255 or 30.67% from 326); Green value is 151 (59.38% from 255 or 46.32% from 326); Blue value is 75 (29.69% from 255 or 23.01% from 326); Max value from RGB is 151 - color contains mainly: green. Hex color #64974B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #64974B is #9B68B4. Grayscale: #7F7F7F. Windows color (decimal): -10184885 or 4953956. OLE color: 4953956.
HSL color Cylindrical-coordinate representation of color #64974B: hue angle of 100.26º degrees, saturation: 0.34, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #64974B is Cyan = 0.34, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 100 | 151 | 75 | - |
| CMYK | 0.34 | 0 | 0.50 | 0.41 |
| HSL | 100.26º | 0.34% | 0.44% | - |
| HSV(B) | 100.26º | 0.5% | 0.59% | - |
| XYZ | 17.59 | 25.35 | 10.62 | - |
| YUV | 127.09 | 98.6 | 108.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 151 | 75 | 0.34 | 0 | 0.50 | 0.41 | 100.26 | 0.34 | 0.44 |
| Hex | 64 | 97 | 4B | 22 | 0 | 32 | 29 | 64 | 22 | 2C |
| Octal | 144 | 227 | 113 | 42 | 0 | 62 | 51 | 144 | 42 | 54 |
| Binary | 1100100 | 10010111 | 1001011 | 100010 | 0 | 110010 | 101001 | 1100100 | 100010 | 101100 |
Color Harmonies of #64974B
Complementary color
Monochromatic Colors of #64974B
Black with #64974B
Text Example
Text Example
White with #64974B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64974B; }
p { color: rgb(100,151,75); }
H1.HeaderClassName
{
color: #64974B;
}
.AnyTagClassName
{
color: #64974B;
}
</style>
background-color css
<style>
a { background-color: #64974B; }
a { background-color: rgb(100,151,75); }
div.DivClassName
{
background-color: #64974B;
}
.BgClassName
{
background-color: #64974B;
}
</style>
border-color css
<style>
span { border-color: #64974B; }
span { border-color: rgb(100,151,75); }
td.TdClassName
{
border-color: #64974B;
}
.TagClassName
{
border-color: #64974B;
}
</style>