Shades of Glade Green #628059
Tints of Glade Green #628059
RGB
CMYK
RGB Variations
Color information
#628059 (or 0x628059) is known color: Glade Green. HEX triplet: 62, 80 and 59. RGB value is (98,128,89). Sum of RGB (Red+Green+Blue) = 98+128+89=315 (41% of max value = 765). Red value is 98 (38.67% from 255 or 31.11% from 315); Green value is 128 (50.39% from 255 or 40.63% from 315); Blue value is 89 (35.16% from 255 or 28.25% from 315); Max value from RGB is 128 - color contains mainly: green. Hex color #628059 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #628059 is #9D7FA6. Grayscale: #727272. Windows color (decimal): -10321831 or 5865570. OLE color: 5865570.
HSL color Cylindrical-coordinate representation of color #628059: hue angle of 106.15º degrees, saturation: 0.18, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #628059 is Cyan = 0.23, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 98 | 128 | 89 | - |
| CMYK | 0.23 | 0 | 0.30 | 0.50 |
| HSL | 106.15º | 0.18% | 0.43% | - |
| HSV(B) | 106.15º | 0.3% | 0.5% | - |
| XYZ | 14.56 | 18.76 | 12.3 | - |
| YUV | 114.58 | 113.56 | 116.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 128 | 89 | 0.23 | 0 | 0.30 | 0.50 | 106.15 | 0.18 | 0.43 |
| Hex | 62 | 80 | 59 | 17 | 0 | 1E | 32 | 6A | 12 | 2B |
| Octal | 142 | 200 | 131 | 27 | 0 | 36 | 62 | 152 | 22 | 53 |
| Binary | 1100010 | 10000000 | 1011001 | 10111 | 0 | 11110 | 110010 | 1101010 | 10010 | 101011 |
Color Harmonies of #628059
Complementary color
Monochromatic Colors of #628059
Black with #628059
Text Example
Text Example
White with #628059
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #628059; }
p { color: rgb(98,128,89); }
H1.HeaderClassName
{
color: #628059;
}
.AnyTagClassName
{
color: #628059;
}
</style>
background-color css
<style>
a { background-color: #628059; }
a { background-color: rgb(98,128,89); }
div.DivClassName
{
background-color: #628059;
}
.BgClassName
{
background-color: #628059;
}
</style>
border-color css
<style>
span { border-color: #628059; }
span { border-color: rgb(98,128,89); }
td.TdClassName
{
border-color: #628059;
}
.TagClassName
{
border-color: #628059;
}
</style>