Shades of Glade Green #658351
Tints of Glade Green #658351
RGB
CMYK
RGB Variations
Color information
#658351 (or 0x658351) is known color: Glade Green. HEX triplet: 65, 83 and 51. RGB value is (101,131,81). Sum of RGB (Red+Green+Blue) = 101+131+81=313 (41% of max value = 765). Red value is 101 (39.84% from 255 or 32.27% from 313); Green value is 131 (51.56% from 255 or 41.85% from 313); Blue value is 81 (32.03% from 255 or 25.88% from 313); Max value from RGB is 131 - color contains mainly: green. Hex color #658351 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #658351 is #9A7CAE. Grayscale: #747474. Windows color (decimal): -10124463 or 5342053. OLE color: 5342053.
HSL color Cylindrical-coordinate representation of color #658351: hue angle of 96º degrees, saturation: 0.24, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #658351 is Cyan = 0.23, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 101 | 131 | 81 | - |
| CMYK | 0.23 | 0 | 0.38 | 0.49 |
| HSL | 96º | 0.24% | 0.42% | - |
| HSV(B) | 96º | 0.38% | 0.51% | - |
| XYZ | 14.97 | 19.59 | 10.78 | - |
| YUV | 116.33 | 108.06 | 117.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 131 | 81 | 0.23 | 0 | 0.38 | 0.49 | 96 | 0.24 | 0.42 |
| Hex | 65 | 83 | 51 | 17 | 0 | 26 | 31 | 60 | 18 | 2A |
| Octal | 145 | 203 | 121 | 27 | 0 | 46 | 61 | 140 | 30 | 52 |
| Binary | 1100101 | 10000011 | 1010001 | 10111 | 0 | 100110 | 110001 | 1100000 | 11000 | 101010 |
Color Harmonies of #658351
Complementary color
Monochromatic Colors of #658351
Black with #658351
Text Example
Text Example
White with #658351
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #658351; }
p { color: rgb(101,131,81); }
H1.HeaderClassName
{
color: #658351;
}
.AnyTagClassName
{
color: #658351;
}
</style>
background-color css
<style>
a { background-color: #658351; }
a { background-color: rgb(101,131,81); }
div.DivClassName
{
background-color: #658351;
}
.BgClassName
{
background-color: #658351;
}
</style>
border-color css
<style>
span { border-color: #658351; }
span { border-color: rgb(101,131,81); }
td.TdClassName
{
border-color: #658351;
}
.TagClassName
{
border-color: #658351;
}
</style>