Shades of Glade Green #628552
Tints of Glade Green #628552
RGB
CMYK
RGB Variations
Color information
#628552 (or 0x628552) is known color: Glade Green. HEX triplet: 62, 85 and 52. RGB value is (98,133,82). Sum of RGB (Red+Green+Blue) = 98+133+82=313 (41% of max value = 765). Red value is 98 (38.67% from 255 or 31.31% from 313); Green value is 133 (52.34% from 255 or 42.49% from 313); Blue value is 82 (32.42% from 255 or 26.20% from 313); Max value from RGB is 133 - color contains mainly: green. Hex color #628552 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #628552 is #9D7AAD. Grayscale: #747474. Windows color (decimal): -10320558 or 5408098. OLE color: 5408098.
HSL color Cylindrical-coordinate representation of color #628552: hue angle of 101.18º degrees, saturation: 0.24, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #628552 is Cyan = 0.26, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 98 | 133 | 82 | - |
| CMYK | 0.26 | 0 | 0.38 | 0.48 |
| HSL | 101.18º | 0.24% | 0.42% | - |
| HSV(B) | 101.18º | 0.38% | 0.52% | - |
| XYZ | 14.95 | 19.98 | 11.05 | - |
| YUV | 116.72 | 108.4 | 114.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 133 | 82 | 0.26 | 0 | 0.38 | 0.48 | 101.18 | 0.24 | 0.42 |
| Hex | 62 | 85 | 52 | 1A | 0 | 26 | 30 | 65 | 18 | 2A |
| Octal | 142 | 205 | 122 | 32 | 0 | 46 | 60 | 145 | 30 | 52 |
| Binary | 1100010 | 10000101 | 1010010 | 11010 | 0 | 100110 | 110000 | 1100101 | 11000 | 101010 |
Color Harmonies of #628552
Complementary color
Monochromatic Colors of #628552
Black with #628552
Text Example
Text Example
White with #628552
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #628552; }
p { color: rgb(98,133,82); }
H1.HeaderClassName
{
color: #628552;
}
.AnyTagClassName
{
color: #628552;
}
</style>
background-color css
<style>
a { background-color: #628552; }
a { background-color: rgb(98,133,82); }
div.DivClassName
{
background-color: #628552;
}
.BgClassName
{
background-color: #628552;
}
</style>
border-color css
<style>
span { border-color: #628552; }
span { border-color: rgb(98,133,82); }
td.TdClassName
{
border-color: #628552;
}
.TagClassName
{
border-color: #628552;
}
</style>