Shades of Glade Green #628C49
Tints of Glade Green #628C49
RGB
CMYK
RGB Variations
Color information
#628C49 (or 0x628C49) is known color: Glade Green. HEX triplet: 62, 8C and 49. RGB value is (98,140,73). Sum of RGB (Red+Green+Blue) = 98+140+73=311 (41% of max value = 765). Red value is 98 (38.67% from 255 or 31.51% from 311); Green value is 140 (55.08% from 255 or 45.02% from 311); Blue value is 73 (28.91% from 255 or 23.47% from 311); Max value from RGB is 140 - color contains mainly: green. Hex color #628C49 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #628C49 is #9D73B6. Grayscale: #787878. Windows color (decimal): -10318775 or 4820066. OLE color: 4820066.
HSL color Cylindrical-coordinate representation of color #628C49: hue angle of 97.61º degrees, saturation: 0.31, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #628C49 is Cyan = 0.3, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 98 | 140 | 73 | - |
| CMYK | 0.3 | 0 | 0.48 | 0.45 |
| HSL | 97.61º | 0.31% | 0.42% | - |
| HSV(B) | 97.61º | 0.48% | 0.55% | - |
| XYZ | 15.62 | 21.83 | 9.69 | - |
| YUV | 119.8 | 101.59 | 112.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 140 | 73 | 0.3 | 0 | 0.48 | 0.45 | 97.61 | 0.31 | 0.42 |
| Hex | 62 | 8C | 49 | 1E | 0 | 30 | 2D | 62 | 1F | 2A |
| Octal | 142 | 214 | 111 | 36 | 0 | 60 | 55 | 142 | 37 | 52 |
| Binary | 1100010 | 10001100 | 1001001 | 11110 | 0 | 110000 | 101101 | 1100010 | 11111 | 101010 |
Color Harmonies of #628C49
Complementary color
Monochromatic Colors of #628C49
Black with #628C49
Text Example
Text Example
White with #628C49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #628C49; }
p { color: rgb(98,140,73); }
H1.HeaderClassName
{
color: #628C49;
}
.AnyTagClassName
{
color: #628C49;
}
</style>
background-color css
<style>
a { background-color: #628C49; }
a { background-color: rgb(98,140,73); }
div.DivClassName
{
background-color: #628C49;
}
.BgClassName
{
background-color: #628C49;
}
</style>
border-color css
<style>
span { border-color: #628C49; }
span { border-color: rgb(98,140,73); }
td.TdClassName
{
border-color: #628C49;
}
.TagClassName
{
border-color: #628C49;
}
</style>