Shades of Glade Green #658256
Tints of Glade Green #658256
RGB
CMYK
RGB Variations
Color information
#658256 (or 0x658256) is known color: Glade Green. HEX triplet: 65, 82 and 56. RGB value is (101,130,86). Sum of RGB (Red+Green+Blue) = 101+130+86=317 (41% of max value = 765). Red value is 101 (39.84% from 255 or 31.86% from 317); Green value is 130 (51.17% from 255 or 41.01% from 317); Blue value is 86 (33.98% from 255 or 27.13% from 317); Max value from RGB is 130 - color contains mainly: green. Hex color #658256 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #658256 is #9A7DA9. Grayscale: #747474. Windows color (decimal): -10124714 or 5669477. OLE color: 5669477.
HSL color Cylindrical-coordinate representation of color #658256: hue angle of 99.55º degrees, saturation: 0.2, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #658256 is Cyan = 0.22, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 101 | 130 | 86 | - |
| CMYK | 0.22 | 0 | 0.34 | 0.49 |
| HSL | 99.55º | 0.2% | 0.42% | - |
| HSV(B) | 99.55º | 0.34% | 0.51% | - |
| XYZ | 15.03 | 19.4 | 11.76 | - |
| YUV | 116.31 | 110.89 | 117.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 130 | 86 | 0.22 | 0 | 0.34 | 0.49 | 99.55 | 0.2 | 0.42 |
| Hex | 65 | 82 | 56 | 16 | 0 | 22 | 31 | 64 | 14 | 2A |
| Octal | 145 | 202 | 126 | 26 | 0 | 42 | 61 | 144 | 24 | 52 |
| Binary | 1100101 | 10000010 | 1010110 | 10110 | 0 | 100010 | 110001 | 1100100 | 10100 | 101010 |
Color Harmonies of #658256
Complementary color
Monochromatic Colors of #658256
Black with #658256
Text Example
Text Example
White with #658256
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #658256; }
p { color: rgb(101,130,86); }
H1.HeaderClassName
{
color: #658256;
}
.AnyTagClassName
{
color: #658256;
}
</style>
background-color css
<style>
a { background-color: #658256; }
a { background-color: rgb(101,130,86); }
div.DivClassName
{
background-color: #658256;
}
.BgClassName
{
background-color: #658256;
}
</style>
border-color css
<style>
span { border-color: #658256; }
span { border-color: rgb(101,130,86); }
td.TdClassName
{
border-color: #658256;
}
.TagClassName
{
border-color: #658256;
}
</style>