Shades of Glade Green #629248
Tints of Glade Green #629248
RGB
CMYK
RGB Variations
Color information
#629248 (or 0x629248) is known color: Glade Green. HEX triplet: 62, 92 and 48. RGB value is (98,146,72). Sum of RGB (Red+Green+Blue) = 98+146+72=316 (41% of max value = 765). Red value is 98 (38.67% from 255 or 31.01% from 316); Green value is 146 (57.42% from 255 or 46.20% from 316); Blue value is 72 (28.52% from 255 or 22.78% from 316); Max value from RGB is 146 - color contains mainly: green. Hex color #629248 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #629248 is #9D6DB7. Grayscale: #7B7B7B. Windows color (decimal): -10317240 or 4756066. OLE color: 4756066.
HSL color Cylindrical-coordinate representation of color #629248: hue angle of 98.92º degrees, saturation: 0.34, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #629248 is Cyan = 0.33, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 98 | 146 | 72 | - |
| CMYK | 0.33 | 0 | 0.51 | 0.43 |
| HSL | 98.92º | 0.34% | 0.43% | - |
| HSV(B) | 98.92º | 0.51% | 0.57% | - |
| XYZ | 16.49 | 23.62 | 9.82 | - |
| YUV | 123.21 | 99.1 | 110.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 146 | 72 | 0.33 | 0 | 0.51 | 0.43 | 98.92 | 0.34 | 0.43 |
| Hex | 62 | 92 | 48 | 21 | 0 | 33 | 2B | 63 | 22 | 2B |
| Octal | 142 | 222 | 110 | 41 | 0 | 63 | 53 | 143 | 42 | 53 |
| Binary | 1100010 | 10010010 | 1001000 | 100001 | 0 | 110011 | 101011 | 1100011 | 100010 | 101011 |
Color Harmonies of #629248
Complementary color
Monochromatic Colors of #629248
Black with #629248
Text Example
Text Example
White with #629248
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #629248; }
p { color: rgb(98,146,72); }
H1.HeaderClassName
{
color: #629248;
}
.AnyTagClassName
{
color: #629248;
}
</style>
background-color css
<style>
a { background-color: #629248; }
a { background-color: rgb(98,146,72); }
div.DivClassName
{
background-color: #629248;
}
.BgClassName
{
background-color: #629248;
}
</style>
border-color css
<style>
span { border-color: #629248; }
span { border-color: rgb(98,146,72); }
td.TdClassName
{
border-color: #629248;
}
.TagClassName
{
border-color: #629248;
}
</style>