Shades of Glade Green #64974C
Tints of Glade Green #64974C
RGB
CMYK
RGB Variations
Color information
#64974C (or 0x64974C) is known color: Glade Green. HEX triplet: 64, 97 and 4C. RGB value is (100,151,76). Sum of RGB (Red+Green+Blue) = 100+151+76=327 (43% of max value = 765). Red value is 100 (39.45% from 255 or 30.58% from 327); Green value is 151 (59.38% from 255 or 46.18% from 327); Blue value is 76 (30.08% from 255 or 23.24% from 327); Max value from RGB is 151 - color contains mainly: green. Hex color #64974C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #64974C is #9B68B3. Grayscale: #7F7F7F. Windows color (decimal): -10184884 or 5019492. OLE color: 5019492.
HSL color Cylindrical-coordinate representation of color #64974C: hue angle of 100.8º degrees, saturation: 0.33, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #64974C is Cyan = 0.34, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 100 | 151 | 76 | - |
| CMYK | 0.34 | 0 | 0.50 | 0.41 |
| HSL | 100.8º | 0.33% | 0.45% | - |
| HSV(B) | 100.8º | 0.5% | 0.59% | - |
| XYZ | 17.63 | 25.36 | 10.8 | - |
| YUV | 127.2 | 99.1 | 108.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 151 | 76 | 0.34 | 0 | 0.50 | 0.41 | 100.8 | 0.33 | 0.45 |
| Hex | 64 | 97 | 4C | 22 | 0 | 32 | 29 | 65 | 21 | 2D |
| Octal | 144 | 227 | 114 | 42 | 0 | 62 | 51 | 145 | 41 | 55 |
| Binary | 1100100 | 10010111 | 1001100 | 100010 | 0 | 110010 | 101001 | 1100101 | 100001 | 101101 |
Color Harmonies of #64974C
Complementary color
Monochromatic Colors of #64974C
Black with #64974C
Text Example
Text Example
White with #64974C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64974C; }
p { color: rgb(100,151,76); }
H1.HeaderClassName
{
color: #64974C;
}
.AnyTagClassName
{
color: #64974C;
}
</style>
background-color css
<style>
a { background-color: #64974C; }
a { background-color: rgb(100,151,76); }
div.DivClassName
{
background-color: #64974C;
}
.BgClassName
{
background-color: #64974C;
}
</style>
border-color css
<style>
span { border-color: #64974C; }
span { border-color: rgb(100,151,76); }
td.TdClassName
{
border-color: #64974C;
}
.TagClassName
{
border-color: #64974C;
}
</style>