Shades of Glade Green #649748
Tints of Glade Green #649748
RGB
CMYK
RGB Variations
Color information
#649748 (or 0x649748) is known color: Glade Green. HEX triplet: 64, 97 and 48. RGB value is (100,151,72). Sum of RGB (Red+Green+Blue) = 100+151+72=323 (42% of max value = 765). Red value is 100 (39.45% from 255 or 30.96% from 323); Green value is 151 (59.38% from 255 or 46.75% from 323); Blue value is 72 (28.52% from 255 or 22.29% from 323); Max value from RGB is 151 - color contains mainly: green. Hex color #649748 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #649748 is #9B68B7. Grayscale: #7F7F7F. Windows color (decimal): -10184888 or 4757348. OLE color: 4757348.
HSL color Cylindrical-coordinate representation of color #649748: hue angle of 98.73º degrees, saturation: 0.35, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #649748 is Cyan = 0.34, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 100 | 151 | 72 | - |
| CMYK | 0.34 | 0 | 0.52 | 0.41 |
| HSL | 98.73º | 0.35% | 0.44% | - |
| HSV(B) | 98.73º | 0.52% | 0.59% | - |
| XYZ | 17.49 | 25.31 | 10.09 | - |
| YUV | 126.75 | 97.1 | 108.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 151 | 72 | 0.34 | 0 | 0.52 | 0.41 | 98.73 | 0.35 | 0.44 |
| Hex | 64 | 97 | 48 | 22 | 0 | 34 | 29 | 63 | 23 | 2C |
| Octal | 144 | 227 | 110 | 42 | 0 | 64 | 51 | 143 | 43 | 54 |
| Binary | 1100100 | 10010111 | 1001000 | 100010 | 0 | 110100 | 101001 | 1100011 | 100011 | 101100 |
Color Harmonies of #649748
Complementary color
Monochromatic Colors of #649748
Black with #649748
Text Example
Text Example
White with #649748
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #649748; }
p { color: rgb(100,151,72); }
H1.HeaderClassName
{
color: #649748;
}
.AnyTagClassName
{
color: #649748;
}
</style>
background-color css
<style>
a { background-color: #649748; }
a { background-color: rgb(100,151,72); }
div.DivClassName
{
background-color: #649748;
}
.BgClassName
{
background-color: #649748;
}
</style>
border-color css
<style>
span { border-color: #649748; }
span { border-color: rgb(100,151,72); }
td.TdClassName
{
border-color: #649748;
}
.TagClassName
{
border-color: #649748;
}
</style>