Shades of Glade Green #628155
Tints of Glade Green #628155
RGB
CMYK
RGB Variations
Color information
#628155 (or 0x628155) is known color: Glade Green. HEX triplet: 62, 81 and 55. RGB value is (98,129,85). Sum of RGB (Red+Green+Blue) = 98+129+85=312 (41% of max value = 765). Red value is 98 (38.67% from 255 or 31.41% from 312); Green value is 129 (50.78% from 255 or 41.35% from 312); Blue value is 85 (33.59% from 255 or 27.24% from 312); Max value from RGB is 129 - color contains mainly: green. Hex color #628155 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #628155 is #9D7EAA. Grayscale: #727272. Windows color (decimal): -10321579 or 5603682. OLE color: 5603682.
HSL color Cylindrical-coordinate representation of color #628155: hue angle of 102.27º degrees, saturation: 0.21, 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 #628155 is Cyan = 0.24, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 98 | 129 | 85 | - |
| CMYK | 0.24 | 0 | 0.34 | 0.49 |
| HSL | 102.27º | 0.21% | 0.42% | - |
| HSV(B) | 102.27º | 0.34% | 0.51% | - |
| XYZ | 14.53 | 18.95 | 11.49 | - |
| YUV | 114.72 | 111.23 | 116.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 129 | 85 | 0.24 | 0 | 0.34 | 0.49 | 102.27 | 0.21 | 0.42 |
| Hex | 62 | 81 | 55 | 18 | 0 | 22 | 31 | 66 | 15 | 2A |
| Octal | 142 | 201 | 125 | 30 | 0 | 42 | 61 | 146 | 25 | 52 |
| Binary | 1100010 | 10000001 | 1010101 | 11000 | 0 | 100010 | 110001 | 1100110 | 10101 | 101010 |
Color Harmonies of #628155
Complementary color
Monochromatic Colors of #628155
Black with #628155
Text Example
Text Example
White with #628155
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #628155; }
p { color: rgb(98,129,85); }
H1.HeaderClassName
{
color: #628155;
}
.AnyTagClassName
{
color: #628155;
}
</style>
background-color css
<style>
a { background-color: #628155; }
a { background-color: rgb(98,129,85); }
div.DivClassName
{
background-color: #628155;
}
.BgClassName
{
background-color: #628155;
}
</style>
border-color css
<style>
span { border-color: #628155; }
span { border-color: rgb(98,129,85); }
td.TdClassName
{
border-color: #628155;
}
.TagClassName
{
border-color: #628155;
}
</style>