Shades of Glade Green #628454
Tints of Glade Green #628454
RGB
CMYK
RGB Variations
Color information
#628454 (or 0x628454) is known color: Glade Green. HEX triplet: 62, 84 and 54. RGB value is (98,132,84). Sum of RGB (Red+Green+Blue) = 98+132+84=314 (41% of max value = 765). Red value is 98 (38.67% from 255 or 31.21% from 314); Green value is 132 (51.95% from 255 or 42.04% from 314); Blue value is 84 (33.20% from 255 or 26.75% from 314); Max value from RGB is 132 - color contains mainly: green. Hex color #628454 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #628454 is #9D7BAB. Grayscale: #747474. Windows color (decimal): -10320812 or 5538914. OLE color: 5538914.
HSL color Cylindrical-coordinate representation of color #628454: hue angle of 102.5º degrees, saturation: 0.22, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #628454 is Cyan = 0.26, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 98 | 132 | 84 | - |
| CMYK | 0.26 | 0 | 0.36 | 0.48 |
| HSL | 102.5º | 0.22% | 0.42% | - |
| HSV(B) | 102.5º | 0.36% | 0.52% | - |
| XYZ | 14.89 | 19.74 | 11.41 | - |
| YUV | 116.36 | 109.74 | 114.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 132 | 84 | 0.26 | 0 | 0.36 | 0.48 | 102.5 | 0.22 | 0.42 |
| Hex | 62 | 84 | 54 | 1A | 0 | 24 | 30 | 66 | 16 | 2A |
| Octal | 142 | 204 | 124 | 32 | 0 | 44 | 60 | 146 | 26 | 52 |
| Binary | 1100010 | 10000100 | 1010100 | 11010 | 0 | 100100 | 110000 | 1100110 | 10110 | 101010 |
Color Harmonies of #628454
Complementary color
Monochromatic Colors of #628454
Black with #628454
Text Example
Text Example
White with #628454
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #628454; }
p { color: rgb(98,132,84); }
H1.HeaderClassName
{
color: #628454;
}
.AnyTagClassName
{
color: #628454;
}
</style>
background-color css
<style>
a { background-color: #628454; }
a { background-color: rgb(98,132,84); }
div.DivClassName
{
background-color: #628454;
}
.BgClassName
{
background-color: #628454;
}
</style>
border-color css
<style>
span { border-color: #628454; }
span { border-color: rgb(98,132,84); }
td.TdClassName
{
border-color: #628454;
}
.TagClassName
{
border-color: #628454;
}
</style>