Shades of Glade Green #628D48
Tints of Glade Green #628D48
RGB
CMYK
RGB Variations
Color information
#628D48 (or 0x628D48) is known color: Glade Green. HEX triplet: 62, 8D and 48. RGB value is (98,141,72). Sum of RGB (Red+Green+Blue) = 98+141+72=311 (41% of max value = 765). Red value is 98 (38.67% from 255 or 31.51% from 311); Green value is 141 (55.47% from 255 or 45.34% from 311); Blue value is 72 (28.52% from 255 or 23.15% from 311); Max value from RGB is 141 - color contains mainly: green. Hex color #628D48 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #628D48 is #9D72B7. Grayscale: #787878. Windows color (decimal): -10318520 or 4754786. OLE color: 4754786.
HSL color Cylindrical-coordinate representation of color #628D48: hue angle of 97.39º 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 #628D48 is Cyan = 0.30, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 98 | 141 | 72 | - |
| CMYK | 0.30 | 0 | 0.49 | 0.45 |
| HSL | 97.39º | 0.32% | 0.42% | - |
| HSV(B) | 97.39º | 0.49% | 0.55% | - |
| XYZ | 15.73 | 22.11 | 9.57 | - |
| YUV | 120.28 | 100.75 | 112.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 141 | 72 | 0.30 | 0 | 0.49 | 0.45 | 97.39 | 0.32 | 0.42 |
| Hex | 62 | 8D | 48 | 1E | 0 | 31 | 2D | 61 | 20 | 2A |
| Octal | 142 | 215 | 110 | 36 | 0 | 61 | 55 | 141 | 40 | 52 |
| Binary | 1100010 | 10001101 | 1001000 | 11110 | 0 | 110001 | 101101 | 1100001 | 100000 | 101010 |
Color Harmonies of #628D48
Complementary color
Monochromatic Colors of #628D48
Black with #628D48
Text Example
Text Example
White with #628D48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #628D48; }
p { color: rgb(98,141,72); }
H1.HeaderClassName
{
color: #628D48;
}
.AnyTagClassName
{
color: #628D48;
}
</style>
background-color css
<style>
a { background-color: #628D48; }
a { background-color: rgb(98,141,72); }
div.DivClassName
{
background-color: #628D48;
}
.BgClassName
{
background-color: #628D48;
}
</style>
border-color css
<style>
span { border-color: #628D48; }
span { border-color: rgb(98,141,72); }
td.TdClassName
{
border-color: #628D48;
}
.TagClassName
{
border-color: #628D48;
}
</style>