Shades of Glade Green #628158
Tints of Glade Green #628158
RGB
CMYK
RGB Variations
Color information
#628158 (or 0x628158) is known color: Glade Green. HEX triplet: 62, 81 and 58. RGB value is (98,129,88). Sum of RGB (Red+Green+Blue) = 98+129+88=315 (41% of max value = 765). Red value is 98 (38.67% from 255 or 31.11% from 315); Green value is 129 (50.78% from 255 or 40.95% from 315); Blue value is 88 (34.77% from 255 or 27.94% from 315); Max value from RGB is 129 - color contains mainly: green. Hex color #628158 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #628158 is #9D7EA7. Grayscale: #737373. Windows color (decimal): -10321576 or 5800290. OLE color: 5800290.
HSL color Cylindrical-coordinate representation of color #628158: hue angle of 105.37º degrees, saturation: 0.19, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #628158 is Cyan = 0.24, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 98 | 129 | 88 | - |
| CMYK | 0.24 | 0 | 0.32 | 0.49 |
| HSL | 105.37º | 0.19% | 0.43% | - |
| HSV(B) | 105.37º | 0.32% | 0.51% | - |
| XYZ | 14.65 | 19 | 12.13 | - |
| YUV | 115.06 | 112.73 | 115.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 129 | 88 | 0.24 | 0 | 0.32 | 0.49 | 105.37 | 0.19 | 0.43 |
| Hex | 62 | 81 | 58 | 18 | 0 | 20 | 31 | 69 | 13 | 2B |
| Octal | 142 | 201 | 130 | 30 | 0 | 40 | 61 | 151 | 23 | 53 |
| Binary | 1100010 | 10000001 | 1011000 | 11000 | 0 | 100000 | 110001 | 1101001 | 10011 | 101011 |
Color Harmonies of #628158
Complementary color
Monochromatic Colors of #628158
Black with #628158
Text Example
Text Example
White with #628158
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #628158; }
p { color: rgb(98,129,88); }
H1.HeaderClassName
{
color: #628158;
}
.AnyTagClassName
{
color: #628158;
}
</style>
background-color css
<style>
a { background-color: #628158; }
a { background-color: rgb(98,129,88); }
div.DivClassName
{
background-color: #628158;
}
.BgClassName
{
background-color: #628158;
}
</style>
border-color css
<style>
span { border-color: #628158; }
span { border-color: rgb(98,129,88); }
td.TdClassName
{
border-color: #628158;
}
.TagClassName
{
border-color: #628158;
}
</style>