Shades of Glade Green #659352
Tints of Glade Green #659352
RGB
CMYK
RGB Variations
Color information
#659352 (or 0x659352) is known color: Glade Green. HEX triplet: 65, 93 and 52. RGB value is (101,147,82). Sum of RGB (Red+Green+Blue) = 101+147+82=330 (43% of max value = 765). Red value is 101 (39.84% from 255 or 30.61% from 330); Green value is 147 (57.81% from 255 or 44.55% from 330); Blue value is 82 (32.42% from 255 or 24.85% from 330); Max value from RGB is 147 - color contains mainly: green. Hex color #659352 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #659352 is #9A6CAD. Grayscale: #7E7E7E. Windows color (decimal): -10120366 or 5411685. OLE color: 5411685.
HSL color Cylindrical-coordinate representation of color #659352: hue angle of 102.46º degrees, saturation: 0.28, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #659352 is Cyan = 0.31, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 101 | 147 | 82 | - |
| CMYK | 0.31 | 0 | 0.44 | 0.42 |
| HSL | 102.46º | 0.28% | 0.45% | - |
| HSV(B) | 102.46º | 0.44% | 0.58% | - |
| XYZ | 17.32 | 24.24 | 11.75 | - |
| YUV | 125.84 | 103.26 | 110.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 147 | 82 | 0.31 | 0 | 0.44 | 0.42 | 102.46 | 0.28 | 0.45 |
| Hex | 65 | 93 | 52 | 1F | 0 | 2C | 2A | 66 | 1C | 2D |
| Octal | 145 | 223 | 122 | 37 | 0 | 54 | 52 | 146 | 34 | 55 |
| Binary | 1100101 | 10010011 | 1010010 | 11111 | 0 | 101100 | 101010 | 1100110 | 11100 | 101101 |
Color Harmonies of #659352
Complementary color
Monochromatic Colors of #659352
Black with #659352
Text Example
Text Example
White with #659352
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #659352; }
p { color: rgb(101,147,82); }
H1.HeaderClassName
{
color: #659352;
}
.AnyTagClassName
{
color: #659352;
}
</style>
background-color css
<style>
a { background-color: #659352; }
a { background-color: rgb(101,147,82); }
div.DivClassName
{
background-color: #659352;
}
.BgClassName
{
background-color: #659352;
}
</style>
border-color css
<style>
span { border-color: #659352; }
span { border-color: rgb(101,147,82); }
td.TdClassName
{
border-color: #659352;
}
.TagClassName
{
border-color: #659352;
}
</style>