Shades of Glade Green #64934F
Tints of Glade Green #64934F
RGB
CMYK
RGB Variations
Color information
#64934F (or 0x64934F) is known color: Glade Green. HEX triplet: 64, 93 and 4F. RGB value is (100,147,79). Sum of RGB (Red+Green+Blue) = 100+147+79=326 (43% of max value = 765). Red value is 100 (39.45% from 255 or 30.67% from 326); Green value is 147 (57.81% from 255 or 45.09% from 326); Blue value is 79 (31.25% from 255 or 24.23% from 326); Max value from RGB is 147 - color contains mainly: green. Hex color #64934F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #64934F is #9B6CB0. Grayscale: #7D7D7D. Windows color (decimal): -10185905 or 5215076. OLE color: 5215076.
HSL color Cylindrical-coordinate representation of color #64934F: hue angle of 101.47º degrees, saturation: 0.3, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #64934F is Cyan = 0.32, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 100 | 147 | 79 | - |
| CMYK | 0.32 | 0 | 0.46 | 0.42 |
| HSL | 101.47º | 0.3% | 0.44% | - |
| HSV(B) | 101.47º | 0.46% | 0.58% | - |
| XYZ | 17.1 | 24.14 | 11.16 | - |
| YUV | 125.2 | 101.93 | 110.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 147 | 79 | 0.32 | 0 | 0.46 | 0.42 | 101.47 | 0.3 | 0.44 |
| Hex | 64 | 93 | 4F | 20 | 0 | 2E | 2A | 65 | 1E | 2C |
| Octal | 144 | 223 | 117 | 40 | 0 | 56 | 52 | 145 | 36 | 54 |
| Binary | 1100100 | 10010011 | 1001111 | 100000 | 0 | 101110 | 101010 | 1100101 | 11110 | 101100 |
Color Harmonies of #64934F
Complementary color
Monochromatic Colors of #64934F
Black with #64934F
Text Example
Text Example
White with #64934F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64934F; }
p { color: rgb(100,147,79); }
H1.HeaderClassName
{
color: #64934F;
}
.AnyTagClassName
{
color: #64934F;
}
</style>
background-color css
<style>
a { background-color: #64934F; }
a { background-color: rgb(100,147,79); }
div.DivClassName
{
background-color: #64934F;
}
.BgClassName
{
background-color: #64934F;
}
</style>
border-color css
<style>
span { border-color: #64934F; }
span { border-color: rgb(100,147,79); }
td.TdClassName
{
border-color: #64934F;
}
.TagClassName
{
border-color: #64934F;
}
</style>