Shades of Glade Green #628C54
Tints of Glade Green #628C54
RGB
CMYK
RGB Variations
Color information
#628C54 (or 0x628C54) is known color: Glade Green. HEX triplet: 62, 8C and 54. RGB value is (98,140,84). Sum of RGB (Red+Green+Blue) = 98+140+84=322 (42% of max value = 765). Red value is 98 (38.67% from 255 or 30.43% from 322); Green value is 140 (55.08% from 255 or 43.48% from 322); Blue value is 84 (33.20% from 255 or 26.09% from 322); Max value from RGB is 140 - color contains mainly: green. Hex color #628C54 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #628C54 is #9D73AB. Grayscale: #797979. Windows color (decimal): -10318764 or 5540962. OLE color: 5540962.
HSL color Cylindrical-coordinate representation of color #628C54: hue angle of 105º degrees, saturation: 0.25, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #628C54 is Cyan = 0.3, Magento = 0, Yellow = 0.4 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 98 | 140 | 84 | - |
| CMYK | 0.3 | 0 | 0.4 | 0.45 |
| HSL | 105º | 0.25% | 0.44% | - |
| HSV(B) | 105º | 0.4% | 0.55% | - |
| XYZ | 16.02 | 21.99 | 11.79 | - |
| YUV | 121.06 | 107.09 | 111.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 140 | 84 | 0.3 | 0 | 0.4 | 0.45 | 105 | 0.25 | 0.44 |
| Hex | 62 | 8C | 54 | 1E | 0 | 28 | 2D | 69 | 19 | 2C |
| Octal | 142 | 214 | 124 | 36 | 0 | 50 | 55 | 151 | 31 | 54 |
| Binary | 1100010 | 10001100 | 1010100 | 11110 | 0 | 101000 | 101101 | 1101001 | 11001 | 101100 |
Color Harmonies of #628C54
Complementary color
Monochromatic Colors of #628C54
Black with #628C54
Text Example
Text Example
White with #628C54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #628C54; }
p { color: rgb(98,140,84); }
H1.HeaderClassName
{
color: #628C54;
}
.AnyTagClassName
{
color: #628C54;
}
</style>
background-color css
<style>
a { background-color: #628C54; }
a { background-color: rgb(98,140,84); }
div.DivClassName
{
background-color: #628C54;
}
.BgClassName
{
background-color: #628C54;
}
</style>
border-color css
<style>
span { border-color: #628C54; }
span { border-color: rgb(98,140,84); }
td.TdClassName
{
border-color: #628C54;
}
.TagClassName
{
border-color: #628C54;
}
</style>