Shades of Glade Green #629048
Tints of Glade Green #629048
RGB
CMYK
RGB Variations
Color information
#629048 (or 0x629048) is known color: Glade Green. HEX triplet: 62, 90 and 48. RGB value is (98,144,72). Sum of RGB (Red+Green+Blue) = 98+144+72=314 (41% of max value = 765). Red value is 98 (38.67% from 255 or 31.21% from 314); Green value is 144 (56.64% from 255 or 45.86% from 314); Blue value is 72 (28.52% from 255 or 22.93% from 314); Max value from RGB is 144 - color contains mainly: green. Hex color #629048 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #629048 is #9D6FB7. Grayscale: #7A7A7A. Windows color (decimal): -10317752 or 4755554. OLE color: 4755554.
HSL color Cylindrical-coordinate representation of color #629048: hue angle of 98.33º degrees, saturation: 0.33, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #629048 is Cyan = 0.32, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 98 | 144 | 72 | - |
| CMYK | 0.32 | 0 | 0.50 | 0.44 |
| HSL | 98.33º | 0.33% | 0.42% | - |
| HSV(B) | 98.33º | 0.5% | 0.56% | - |
| XYZ | 16.18 | 23.01 | 9.72 | - |
| YUV | 122.04 | 99.76 | 110.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 144 | 72 | 0.32 | 0 | 0.50 | 0.44 | 98.33 | 0.33 | 0.42 |
| Hex | 62 | 90 | 48 | 20 | 0 | 32 | 2C | 62 | 21 | 2A |
| Octal | 142 | 220 | 110 | 40 | 0 | 62 | 54 | 142 | 41 | 52 |
| Binary | 1100010 | 10010000 | 1001000 | 100000 | 0 | 110010 | 101100 | 1100010 | 100001 | 101010 |
Color Harmonies of #629048
Complementary color
Monochromatic Colors of #629048
Black with #629048
Text Example
Text Example
White with #629048
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #629048; }
p { color: rgb(98,144,72); }
H1.HeaderClassName
{
color: #629048;
}
.AnyTagClassName
{
color: #629048;
}
</style>
background-color css
<style>
a { background-color: #629048; }
a { background-color: rgb(98,144,72); }
div.DivClassName
{
background-color: #629048;
}
.BgClassName
{
background-color: #629048;
}
</style>
border-color css
<style>
span { border-color: #629048; }
span { border-color: rgb(98,144,72); }
td.TdClassName
{
border-color: #629048;
}
.TagClassName
{
border-color: #629048;
}
</style>