Shades of Glade Green #628E46
Tints of Glade Green #628E46
RGB
CMYK
RGB Variations
Color information
#628E46 (or 0x628E46) is known color: Glade Green. HEX triplet: 62, 8E and 46. RGB value is (98,142,70). Sum of RGB (Red+Green+Blue) = 98+142+70=310 (41% of max value = 765). Red value is 98 (38.67% from 255 or 31.61% from 310); Green value is 142 (55.86% from 255 or 45.81% from 310); Blue value is 70 (27.73% from 255 or 22.58% from 310); Max value from RGB is 142 - color contains mainly: green. Hex color #628E46 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #628E46 is #9D71B9. Grayscale: #787878. Windows color (decimal): -10318266 or 4623970. OLE color: 4623970.
HSL color Cylindrical-coordinate representation of color #628E46: hue angle of 96.67º degrees, saturation: 0.34, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #628E46 is Cyan = 0.31, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 98 | 142 | 70 | - |
| CMYK | 0.31 | 0 | 0.51 | 0.44 |
| HSL | 96.67º | 0.34% | 0.42% | - |
| HSV(B) | 96.67º | 0.51% | 0.56% | - |
| XYZ | 15.82 | 22.38 | 9.28 | - |
| YUV | 120.64 | 99.42 | 111.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 142 | 70 | 0.31 | 0 | 0.51 | 0.44 | 96.67 | 0.34 | 0.42 |
| Hex | 62 | 8E | 46 | 1F | 0 | 33 | 2C | 61 | 22 | 2A |
| Octal | 142 | 216 | 106 | 37 | 0 | 63 | 54 | 141 | 42 | 52 |
| Binary | 1100010 | 10001110 | 1000110 | 11111 | 0 | 110011 | 101100 | 1100001 | 100010 | 101010 |
Color Harmonies of #628E46
Complementary color
Monochromatic Colors of #628E46
Black with #628E46
Text Example
Text Example
White with #628E46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #628E46; }
p { color: rgb(98,142,70); }
H1.HeaderClassName
{
color: #628E46;
}
.AnyTagClassName
{
color: #628E46;
}
</style>
background-color css
<style>
a { background-color: #628E46; }
a { background-color: rgb(98,142,70); }
div.DivClassName
{
background-color: #628E46;
}
.BgClassName
{
background-color: #628E46;
}
</style>
border-color css
<style>
span { border-color: #628E46; }
span { border-color: rgb(98,142,70); }
td.TdClassName
{
border-color: #628E46;
}
.TagClassName
{
border-color: #628E46;
}
</style>