Shades of Glade Green #628E49
Tints of Glade Green #628E49
RGB
CMYK
RGB Variations
Color information
#628E49 (or 0x628E49) is known color: Glade Green. HEX triplet: 62, 8E and 49. RGB value is (98,142,73). Sum of RGB (Red+Green+Blue) = 98+142+73=313 (41% of max value = 765). Red value is 98 (38.67% from 255 or 31.31% from 313); Green value is 142 (55.86% from 255 or 45.37% from 313); Blue value is 73 (28.91% from 255 or 23.32% from 313); Max value from RGB is 142 - color contains mainly: green. Hex color #628E49 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #628E49 is #9D71B6. Grayscale: #797979. Windows color (decimal): -10318263 or 4820578. OLE color: 4820578.
HSL color Cylindrical-coordinate representation of color #628E49: hue angle of 98.26º degrees, saturation: 0.32, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #628E49 is Cyan = 0.31, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 98 | 142 | 73 | - |
| CMYK | 0.31 | 0 | 0.49 | 0.44 |
| HSL | 98.26º | 0.32% | 0.42% | - |
| HSV(B) | 98.26º | 0.49% | 0.56% | - |
| XYZ | 15.91 | 22.42 | 9.79 | - |
| YUV | 120.98 | 100.92 | 111.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 142 | 73 | 0.31 | 0 | 0.49 | 0.44 | 98.26 | 0.32 | 0.42 |
| Hex | 62 | 8E | 49 | 1F | 0 | 31 | 2C | 62 | 20 | 2A |
| Octal | 142 | 216 | 111 | 37 | 0 | 61 | 54 | 142 | 40 | 52 |
| Binary | 1100010 | 10001110 | 1001001 | 11111 | 0 | 110001 | 101100 | 1100010 | 100000 | 101010 |
Color Harmonies of #628E49
Complementary color
Monochromatic Colors of #628E49
Black with #628E49
Text Example
Text Example
White with #628E49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #628E49; }
p { color: rgb(98,142,73); }
H1.HeaderClassName
{
color: #628E49;
}
.AnyTagClassName
{
color: #628E49;
}
</style>
background-color css
<style>
a { background-color: #628E49; }
a { background-color: rgb(98,142,73); }
div.DivClassName
{
background-color: #628E49;
}
.BgClassName
{
background-color: #628E49;
}
</style>
border-color css
<style>
span { border-color: #628E49; }
span { border-color: rgb(98,142,73); }
td.TdClassName
{
border-color: #628E49;
}
.TagClassName
{
border-color: #628E49;
}
</style>