Shades of Glade Green #629949
Tints of Glade Green #629949
RGB
CMYK
RGB Variations
Color information
#629949 (or 0x629949) is known color: Glade Green. HEX triplet: 62, 99 and 49. RGB value is (98,153,73). Sum of RGB (Red+Green+Blue) = 98+153+73=324 (42% of max value = 765). Red value is 98 (38.67% from 255 or 30.25% from 324); Green value is 153 (60.16% from 255 or 47.22% from 324); Blue value is 73 (28.91% from 255 or 22.53% from 324); Max value from RGB is 153 - color contains mainly: green. Hex color #629949 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #629949 is #9D66B6. Grayscale: #7F7F7F. Windows color (decimal): -10315447 or 4823394. OLE color: 4823394.
HSL color Cylindrical-coordinate representation of color #629949: hue angle of 101.25º degrees, saturation: 0.35, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #629949 is Cyan = 0.36, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 98 | 153 | 73 | - |
| CMYK | 0.36 | 0 | 0.52 | 0.4 |
| HSL | 101.25º | 0.35% | 0.44% | - |
| HSV(B) | 101.25º | 0.52% | 0.6% | - |
| XYZ | 17.63 | 25.86 | 10.37 | - |
| YUV | 127.44 | 97.28 | 107 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 153 | 73 | 0.36 | 0 | 0.52 | 0.4 | 101.25 | 0.35 | 0.44 |
| Hex | 62 | 99 | 49 | 24 | 0 | 34 | 28 | 65 | 23 | 2C |
| Octal | 142 | 231 | 111 | 44 | 0 | 64 | 50 | 145 | 43 | 54 |
| Binary | 1100010 | 10011001 | 1001001 | 100100 | 0 | 110100 | 101000 | 1100101 | 100011 | 101100 |
Color Harmonies of #629949
Complementary color
Monochromatic Colors of #629949
Black with #629949
Text Example
Text Example
White with #629949
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #629949; }
p { color: rgb(98,153,73); }
H1.HeaderClassName
{
color: #629949;
}
.AnyTagClassName
{
color: #629949;
}
</style>
background-color css
<style>
a { background-color: #629949; }
a { background-color: rgb(98,153,73); }
div.DivClassName
{
background-color: #629949;
}
.BgClassName
{
background-color: #629949;
}
</style>
border-color css
<style>
span { border-color: #629949; }
span { border-color: rgb(98,153,73); }
td.TdClassName
{
border-color: #629949;
}
.TagClassName
{
border-color: #629949;
}
</style>