Shades of Glade Green #659949
Tints of Glade Green #659949
RGB
CMYK
RGB Variations
Color information
#659949 (or 0x659949) is known color: Glade Green. HEX triplet: 65, 99 and 49. RGB value is (101,153,73). Sum of RGB (Red+Green+Blue) = 101+153+73=327 (43% of max value = 765). Red value is 101 (39.84% from 255 or 30.89% from 327); Green value is 153 (60.16% from 255 or 46.79% from 327); Blue value is 73 (28.91% from 255 or 22.32% from 327); Max value from RGB is 153 - color contains mainly: green. Hex color #659949 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #659949 is #9A66B6. Grayscale: #808080. Windows color (decimal): -10118839 or 4823397. OLE color: 4823397.
HSL color Cylindrical-coordinate representation of color #659949: hue angle of 99º degrees, saturation: 0.35, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #659949 is Cyan = 0.34, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 101 | 153 | 73 | - |
| CMYK | 0.34 | 0 | 0.52 | 0.4 |
| HSL | 99º | 0.35% | 0.44% | - |
| HSV(B) | 99º | 0.52% | 0.6% | - |
| XYZ | 17.96 | 26.03 | 10.38 | - |
| YUV | 128.33 | 96.77 | 108.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 153 | 73 | 0.34 | 0 | 0.52 | 0.4 | 99 | 0.35 | 0.44 |
| Hex | 65 | 99 | 49 | 22 | 0 | 34 | 28 | 63 | 23 | 2C |
| Octal | 145 | 231 | 111 | 42 | 0 | 64 | 50 | 143 | 43 | 54 |
| Binary | 1100101 | 10011001 | 1001001 | 100010 | 0 | 110100 | 101000 | 1100011 | 100011 | 101100 |
Color Harmonies of #659949
Complementary color
Monochromatic Colors of #659949
Black with #659949
Text Example
Text Example
White with #659949
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #659949; }
p { color: rgb(101,153,73); }
H1.HeaderClassName
{
color: #659949;
}
.AnyTagClassName
{
color: #659949;
}
</style>
background-color css
<style>
a { background-color: #659949; }
a { background-color: rgb(101,153,73); }
div.DivClassName
{
background-color: #659949;
}
.BgClassName
{
background-color: #659949;
}
</style>
border-color css
<style>
span { border-color: #659949; }
span { border-color: rgb(101,153,73); }
td.TdClassName
{
border-color: #659949;
}
.TagClassName
{
border-color: #659949;
}
</style>