Shades of Glade Green #64934B
Tints of Glade Green #64934B
RGB
CMYK
RGB Variations
Color information
#64934B (or 0x64934B) is known color: Glade Green. HEX triplet: 64, 93 and 4B. RGB value is (100,147,75). Sum of RGB (Red+Green+Blue) = 100+147+75=322 (42% of max value = 765). Red value is 100 (39.45% from 255 or 31.06% from 322); Green value is 147 (57.81% from 255 or 45.65% from 322); Blue value is 75 (29.69% from 255 or 23.29% from 322); Max value from RGB is 147 - color contains mainly: green. Hex color #64934B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #64934B is #9B6CB4. Grayscale: #7C7C7C. Windows color (decimal): -10185909 or 4952932. OLE color: 4952932.
HSL color Cylindrical-coordinate representation of color #64934B: hue angle of 99.17º degrees, saturation: 0.32, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #64934B is Cyan = 0.32, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 100 | 147 | 75 | - |
| CMYK | 0.32 | 0 | 0.49 | 0.42 |
| HSL | 99.17º | 0.32% | 0.44% | - |
| HSV(B) | 99.17º | 0.49% | 0.58% | - |
| XYZ | 16.96 | 24.08 | 10.41 | - |
| YUV | 124.74 | 99.93 | 110.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 147 | 75 | 0.32 | 0 | 0.49 | 0.42 | 99.17 | 0.32 | 0.44 |
| Hex | 64 | 93 | 4B | 20 | 0 | 31 | 2A | 63 | 20 | 2C |
| Octal | 144 | 223 | 113 | 40 | 0 | 61 | 52 | 143 | 40 | 54 |
| Binary | 1100100 | 10010011 | 1001011 | 100000 | 0 | 110001 | 101010 | 1100011 | 100000 | 101100 |
Color Harmonies of #64934B
Complementary color
Monochromatic Colors of #64934B
Black with #64934B
Text Example
Text Example
White with #64934B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64934B; }
p { color: rgb(100,147,75); }
H1.HeaderClassName
{
color: #64934B;
}
.AnyTagClassName
{
color: #64934B;
}
</style>
background-color css
<style>
a { background-color: #64934B; }
a { background-color: rgb(100,147,75); }
div.DivClassName
{
background-color: #64934B;
}
.BgClassName
{
background-color: #64934B;
}
</style>
border-color css
<style>
span { border-color: #64934B; }
span { border-color: rgb(100,147,75); }
td.TdClassName
{
border-color: #64934B;
}
.TagClassName
{
border-color: #64934B;
}
</style>