Shades of Glade Green #658355
Tints of Glade Green #658355
RGB
CMYK
RGB Variations
Color information
#658355 (or 0x658355) is known color: Glade Green. HEX triplet: 65, 83 and 55. RGB value is (101,131,85). Sum of RGB (Red+Green+Blue) = 101+131+85=317 (41% of max value = 765). Red value is 101 (39.84% from 255 or 31.86% from 317); Green value is 131 (51.56% from 255 or 41.32% from 317); Blue value is 85 (33.59% from 255 or 26.81% from 317); Max value from RGB is 131 - color contains mainly: green. Hex color #658355 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #658355 is #9A7CAA. Grayscale: #747474. Windows color (decimal): -10124459 or 5604197. OLE color: 5604197.
HSL color Cylindrical-coordinate representation of color #658355: hue angle of 99.13º degrees, saturation: 0.21, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #658355 is Cyan = 0.23, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 101 | 131 | 85 | - |
| CMYK | 0.23 | 0 | 0.35 | 0.49 |
| HSL | 99.13º | 0.21% | 0.42% | - |
| HSV(B) | 99.13º | 0.35% | 0.51% | - |
| XYZ | 15.12 | 19.66 | 11.59 | - |
| YUV | 116.79 | 110.06 | 116.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 131 | 85 | 0.23 | 0 | 0.35 | 0.49 | 99.13 | 0.21 | 0.42 |
| Hex | 65 | 83 | 55 | 17 | 0 | 23 | 31 | 63 | 15 | 2A |
| Octal | 145 | 203 | 125 | 27 | 0 | 43 | 61 | 143 | 25 | 52 |
| Binary | 1100101 | 10000011 | 1010101 | 10111 | 0 | 100011 | 110001 | 1100011 | 10101 | 101010 |
Color Harmonies of #658355
Complementary color
Monochromatic Colors of #658355
Black with #658355
Text Example
Text Example
White with #658355
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #658355; }
p { color: rgb(101,131,85); }
H1.HeaderClassName
{
color: #658355;
}
.AnyTagClassName
{
color: #658355;
}
</style>
background-color css
<style>
a { background-color: #658355; }
a { background-color: rgb(101,131,85); }
div.DivClassName
{
background-color: #658355;
}
.BgClassName
{
background-color: #658355;
}
</style>
border-color css
<style>
span { border-color: #658355; }
span { border-color: rgb(101,131,85); }
td.TdClassName
{
border-color: #658355;
}
.TagClassName
{
border-color: #658355;
}
</style>