Shades of Glade Green #628C47
Tints of Glade Green #628C47
RGB
CMYK
RGB Variations
Color information
#628C47 (or 0x628C47) is known color: Glade Green. HEX triplet: 62, 8C and 47. RGB value is (98,140,71). Sum of RGB (Red+Green+Blue) = 98+140+71=309 (40% of max value = 765). Red value is 98 (38.67% from 255 or 31.72% from 309); Green value is 140 (55.08% from 255 or 45.31% from 309); Blue value is 71 (28.12% from 255 or 22.98% from 309); Max value from RGB is 140 - color contains mainly: green. Hex color #628C47 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #628C47 is #9D73B8. Grayscale: #777777. Windows color (decimal): -10318777 or 4688994. OLE color: 4688994.
HSL color Cylindrical-coordinate representation of color #628C47: hue angle of 96.52º degrees, saturation: 0.33, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #628C47 is Cyan = 0.3, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 98 | 140 | 71 | - |
| CMYK | 0.3 | 0 | 0.49 | 0.45 |
| HSL | 96.52º | 0.33% | 0.41% | - |
| HSV(B) | 96.52º | 0.49% | 0.55% | - |
| XYZ | 15.55 | 21.81 | 9.35 | - |
| YUV | 119.58 | 100.59 | 112.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 140 | 71 | 0.3 | 0 | 0.49 | 0.45 | 96.52 | 0.33 | 0.41 |
| Hex | 62 | 8C | 47 | 1E | 0 | 31 | 2D | 61 | 21 | 29 |
| Octal | 142 | 214 | 107 | 36 | 0 | 61 | 55 | 141 | 41 | 51 |
| Binary | 1100010 | 10001100 | 1000111 | 11110 | 0 | 110001 | 101101 | 1100001 | 100001 | 101001 |
Color Harmonies of #628C47
Complementary color
Monochromatic Colors of #628C47
Black with #628C47
Text Example
Text Example
White with #628C47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #628C47; }
p { color: rgb(98,140,71); }
H1.HeaderClassName
{
color: #628C47;
}
.AnyTagClassName
{
color: #628C47;
}
</style>
background-color css
<style>
a { background-color: #628C47; }
a { background-color: rgb(98,140,71); }
div.DivClassName
{
background-color: #628C47;
}
.BgClassName
{
background-color: #628C47;
}
</style>
border-color css
<style>
span { border-color: #628C47; }
span { border-color: rgb(98,140,71); }
td.TdClassName
{
border-color: #628C47;
}
.TagClassName
{
border-color: #628C47;
}
</style>