Shades of Glade Green #649745
Tints of Glade Green #649745
RGB
CMYK
RGB Variations
Color information
#649745 (or 0x649745) is known color: Glade Green. HEX triplet: 64, 97 and 45. RGB value is (100,151,69). Sum of RGB (Red+Green+Blue) = 100+151+69=320 (42% of max value = 765). Red value is 100 (39.45% from 255 or 31.25% from 320); Green value is 151 (59.38% from 255 or 47.19% from 320); Blue value is 69 (27.34% from 255 or 21.56% from 320); Max value from RGB is 151 - color contains mainly: green. Hex color #649745 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #649745 is #9B68BA. Grayscale: #7E7E7E. Windows color (decimal): -10184891 or 4560740. OLE color: 4560740.
HSL color Cylindrical-coordinate representation of color #649745: hue angle of 97.32º degrees, saturation: 0.37, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #649745 is Cyan = 0.34, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 100 | 151 | 69 | - |
| CMYK | 0.34 | 0 | 0.54 | 0.41 |
| HSL | 97.32º | 0.37% | 0.43% | - |
| HSV(B) | 97.32º | 0.54% | 0.59% | - |
| XYZ | 17.4 | 25.27 | 9.59 | - |
| YUV | 126.4 | 95.6 | 109.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 151 | 69 | 0.34 | 0 | 0.54 | 0.41 | 97.32 | 0.37 | 0.43 |
| Hex | 64 | 97 | 45 | 22 | 0 | 36 | 29 | 61 | 25 | 2B |
| Octal | 144 | 227 | 105 | 42 | 0 | 66 | 51 | 141 | 45 | 53 |
| Binary | 1100100 | 10010111 | 1000101 | 100010 | 0 | 110110 | 101001 | 1100001 | 100101 | 101011 |
Color Harmonies of #649745
Complementary color
Monochromatic Colors of #649745
Black with #649745
Text Example
Text Example
White with #649745
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #649745; }
p { color: rgb(100,151,69); }
H1.HeaderClassName
{
color: #649745;
}
.AnyTagClassName
{
color: #649745;
}
</style>
background-color css
<style>
a { background-color: #649745; }
a { background-color: rgb(100,151,69); }
div.DivClassName
{
background-color: #649745;
}
.BgClassName
{
background-color: #649745;
}
</style>
border-color css
<style>
span { border-color: #649745; }
span { border-color: rgb(100,151,69); }
td.TdClassName
{
border-color: #649745;
}
.TagClassName
{
border-color: #649745;
}
</style>