Shades of Glade Green #629345
Tints of Glade Green #629345
RGB
CMYK
RGB Variations
Color information
#629345 (or 0x629345) is known color: Glade Green. HEX triplet: 62, 93 and 45. RGB value is (98,147,69). Sum of RGB (Red+Green+Blue) = 98+147+69=314 (41% of max value = 765). Red value is 98 (38.67% from 255 or 31.21% from 314); Green value is 147 (57.81% from 255 or 46.82% from 314); Blue value is 69 (27.34% from 255 or 21.97% from 314); Max value from RGB is 147 - color contains mainly: green. Hex color #629345 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #629345 is #9D6CBA. Grayscale: #7B7B7B. Windows color (decimal): -10316987 or 4559714. OLE color: 4559714.
HSL color Cylindrical-coordinate representation of color #629345: hue angle of 97.69º degrees, saturation: 0.36, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #629345 is Cyan = 0.33, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 98 | 147 | 69 | - |
| CMYK | 0.33 | 0 | 0.53 | 0.42 |
| HSL | 97.69º | 0.36% | 0.42% | - |
| HSV(B) | 97.69º | 0.53% | 0.58% | - |
| XYZ | 16.54 | 23.89 | 9.37 | - |
| YUV | 123.46 | 97.27 | 109.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 147 | 69 | 0.33 | 0 | 0.53 | 0.42 | 97.69 | 0.36 | 0.42 |
| Hex | 62 | 93 | 45 | 21 | 0 | 35 | 2A | 62 | 24 | 2A |
| Octal | 142 | 223 | 105 | 41 | 0 | 65 | 52 | 142 | 44 | 52 |
| Binary | 1100010 | 10010011 | 1000101 | 100001 | 0 | 110101 | 101010 | 1100010 | 100100 | 101010 |
Color Harmonies of #629345
Complementary color
Monochromatic Colors of #629345
Black with #629345
Text Example
Text Example
White with #629345
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #629345; }
p { color: rgb(98,147,69); }
H1.HeaderClassName
{
color: #629345;
}
.AnyTagClassName
{
color: #629345;
}
</style>
background-color css
<style>
a { background-color: #629345; }
a { background-color: rgb(98,147,69); }
div.DivClassName
{
background-color: #629345;
}
.BgClassName
{
background-color: #629345;
}
</style>
border-color css
<style>
span { border-color: #629345; }
span { border-color: rgb(98,147,69); }
td.TdClassName
{
border-color: #629345;
}
.TagClassName
{
border-color: #629345;
}
</style>