Shades of Glade Green #628E4A
Tints of Glade Green #628E4A
RGB
CMYK
RGB Variations
Color information
#628E4A (or 0x628E4A) is known color: Glade Green. HEX triplet: 62, 8E and 4A. RGB value is (98,142,74). Sum of RGB (Red+Green+Blue) = 98+142+74=314 (41% of max value = 765). Red value is 98 (38.67% from 255 or 31.21% from 314); Green value is 142 (55.86% from 255 or 45.22% from 314); Blue value is 74 (29.30% from 255 or 23.57% from 314); Max value from RGB is 142 - color contains mainly: green. Hex color #628E4A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #628E4A is #9D71B5. Grayscale: #797979. Windows color (decimal): -10318262 or 4886114. OLE color: 4886114.
HSL color Cylindrical-coordinate representation of color #628E4A: hue angle of 98.82º degrees, saturation: 0.31, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #628E4A is Cyan = 0.31, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 98 | 142 | 74 | - |
| CMYK | 0.31 | 0 | 0.48 | 0.44 |
| HSL | 98.82º | 0.31% | 0.42% | - |
| HSV(B) | 98.82º | 0.48% | 0.56% | - |
| XYZ | 15.95 | 22.44 | 9.97 | - |
| YUV | 121.09 | 101.42 | 111.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 142 | 74 | 0.31 | 0 | 0.48 | 0.44 | 98.82 | 0.31 | 0.42 |
| Hex | 62 | 8E | 4A | 1F | 0 | 30 | 2C | 63 | 1F | 2A |
| Octal | 142 | 216 | 112 | 37 | 0 | 60 | 54 | 143 | 37 | 52 |
| Binary | 1100010 | 10001110 | 1001010 | 11111 | 0 | 110000 | 101100 | 1100011 | 11111 | 101010 |
Color Harmonies of #628E4A
Complementary color
Monochromatic Colors of #628E4A
Black with #628E4A
Text Example
Text Example
White with #628E4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #628E4A; }
p { color: rgb(98,142,74); }
H1.HeaderClassName
{
color: #628E4A;
}
.AnyTagClassName
{
color: #628E4A;
}
</style>
background-color css
<style>
a { background-color: #628E4A; }
a { background-color: rgb(98,142,74); }
div.DivClassName
{
background-color: #628E4A;
}
.BgClassName
{
background-color: #628E4A;
}
</style>
border-color css
<style>
span { border-color: #628E4A; }
span { border-color: rgb(98,142,74); }
td.TdClassName
{
border-color: #628E4A;
}
.TagClassName
{
border-color: #628E4A;
}
</style>