Shades of Glade Green #628855
Tints of Glade Green #628855
RGB
CMYK
RGB Variations
Color information
#628855 (or 0x628855) is known color: Glade Green. HEX triplet: 62, 88 and 55. RGB value is (98,136,85). Sum of RGB (Red+Green+Blue) = 98+136+85=319 (42% of max value = 765). Red value is 98 (38.67% from 255 or 30.72% from 319); Green value is 136 (53.52% from 255 or 42.63% from 319); Blue value is 85 (33.59% from 255 or 26.65% from 319); Max value from RGB is 136 - color contains mainly: green. Hex color #628855 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #628855 is #9D77AA. Grayscale: #767676. Windows color (decimal): -10319787 or 5605474. OLE color: 5605474.
HSL color Cylindrical-coordinate representation of color #628855: hue angle of 104.71º degrees, saturation: 0.23, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #628855 is Cyan = 0.28, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 98 | 136 | 85 | - |
| CMYK | 0.28 | 0 | 0.38 | 0.47 |
| HSL | 104.71º | 0.23% | 0.43% | - |
| HSV(B) | 104.71º | 0.38% | 0.53% | - |
| XYZ | 15.48 | 20.86 | 11.8 | - |
| YUV | 118.82 | 108.91 | 113.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 136 | 85 | 0.28 | 0 | 0.38 | 0.47 | 104.71 | 0.23 | 0.43 |
| Hex | 62 | 88 | 55 | 1C | 0 | 26 | 2F | 69 | 17 | 2B |
| Octal | 142 | 210 | 125 | 34 | 0 | 46 | 57 | 151 | 27 | 53 |
| Binary | 1100010 | 10001000 | 1010101 | 11100 | 0 | 100110 | 101111 | 1101001 | 10111 | 101011 |
Color Harmonies of #628855
Complementary color
Monochromatic Colors of #628855
Black with #628855
Text Example
Text Example
White with #628855
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #628855; }
p { color: rgb(98,136,85); }
H1.HeaderClassName
{
color: #628855;
}
.AnyTagClassName
{
color: #628855;
}
</style>
background-color css
<style>
a { background-color: #628855; }
a { background-color: rgb(98,136,85); }
div.DivClassName
{
background-color: #628855;
}
.BgClassName
{
background-color: #628855;
}
</style>
border-color css
<style>
span { border-color: #628855; }
span { border-color: rgb(98,136,85); }
td.TdClassName
{
border-color: #628855;
}
.TagClassName
{
border-color: #628855;
}
</style>