Shades of Glade Green #628C48
Tints of Glade Green #628C48
RGB
CMYK
RGB Variations
Color information
#628C48 (or 0x628C48) is known color: Glade Green. HEX triplet: 62, 8C and 48. RGB value is (98,140,72). Sum of RGB (Red+Green+Blue) = 98+140+72=310 (41% of max value = 765). Red value is 98 (38.67% from 255 or 31.61% from 310); Green value is 140 (55.08% from 255 or 45.16% from 310); Blue value is 72 (28.52% from 255 or 23.23% from 310); Max value from RGB is 140 - color contains mainly: green. Hex color #628C48 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #628C48 is #9D73B7. Grayscale: #777777. Windows color (decimal): -10318776 or 4754530. OLE color: 4754530.
HSL color Cylindrical-coordinate representation of color #628C48: hue angle of 97.06º degrees, saturation: 0.32, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #628C48 is Cyan = 0.3, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 98 | 140 | 72 | - |
| CMYK | 0.3 | 0 | 0.49 | 0.45 |
| HSL | 97.06º | 0.32% | 0.42% | - |
| HSV(B) | 97.06º | 0.49% | 0.55% | - |
| XYZ | 15.58 | 21.82 | 9.52 | - |
| YUV | 119.69 | 101.09 | 112.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 140 | 72 | 0.3 | 0 | 0.49 | 0.45 | 97.06 | 0.32 | 0.42 |
| Hex | 62 | 8C | 48 | 1E | 0 | 31 | 2D | 61 | 20 | 2A |
| Octal | 142 | 214 | 110 | 36 | 0 | 61 | 55 | 141 | 40 | 52 |
| Binary | 1100010 | 10001100 | 1001000 | 11110 | 0 | 110001 | 101101 | 1100001 | 100000 | 101010 |
Color Harmonies of #628C48
Complementary color
Monochromatic Colors of #628C48
Black with #628C48
Text Example
Text Example
White with #628C48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #628C48; }
p { color: rgb(98,140,72); }
H1.HeaderClassName
{
color: #628C48;
}
.AnyTagClassName
{
color: #628C48;
}
</style>
background-color css
<style>
a { background-color: #628C48; }
a { background-color: rgb(98,140,72); }
div.DivClassName
{
background-color: #628C48;
}
.BgClassName
{
background-color: #628C48;
}
</style>
border-color css
<style>
span { border-color: #628C48; }
span { border-color: rgb(98,140,72); }
td.TdClassName
{
border-color: #628C48;
}
.TagClassName
{
border-color: #628C48;
}
</style>