Shades of Glade Green #629348
Tints of Glade Green #629348
RGB
CMYK
RGB Variations
Color information
#629348 (or 0x629348) is known color: Glade Green. HEX triplet: 62, 93 and 48. RGB value is (98,147,72). Sum of RGB (Red+Green+Blue) = 98+147+72=317 (41% of max value = 765). Red value is 98 (38.67% from 255 or 30.91% from 317); Green value is 147 (57.81% from 255 or 46.37% from 317); Blue value is 72 (28.52% from 255 or 22.71% from 317); Max value from RGB is 147 - color contains mainly: green. Hex color #629348 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #629348 is #9D6CB7. Grayscale: #7C7C7C. Windows color (decimal): -10316984 or 4756322. OLE color: 4756322.
HSL color Cylindrical-coordinate representation of color #629348: hue angle of 99.2º degrees, saturation: 0.34, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #629348 is Cyan = 0.33, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 98 | 147 | 72 | - |
| CMYK | 0.33 | 0 | 0.51 | 0.42 |
| HSL | 99.2º | 0.34% | 0.43% | - |
| HSV(B) | 99.2º | 0.51% | 0.58% | - |
| XYZ | 16.64 | 23.93 | 9.87 | - |
| YUV | 123.8 | 98.77 | 109.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 147 | 72 | 0.33 | 0 | 0.51 | 0.42 | 99.2 | 0.34 | 0.43 |
| Hex | 62 | 93 | 48 | 21 | 0 | 33 | 2A | 63 | 22 | 2B |
| Octal | 142 | 223 | 110 | 41 | 0 | 63 | 52 | 143 | 42 | 53 |
| Binary | 1100010 | 10010011 | 1001000 | 100001 | 0 | 110011 | 101010 | 1100011 | 100010 | 101011 |
Color Harmonies of #629348
Complementary color
Monochromatic Colors of #629348
Black with #629348
Text Example
Text Example
White with #629348
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #629348; }
p { color: rgb(98,147,72); }
H1.HeaderClassName
{
color: #629348;
}
.AnyTagClassName
{
color: #629348;
}
</style>
background-color css
<style>
a { background-color: #629348; }
a { background-color: rgb(98,147,72); }
div.DivClassName
{
background-color: #629348;
}
.BgClassName
{
background-color: #629348;
}
</style>
border-color css
<style>
span { border-color: #629348; }
span { border-color: rgb(98,147,72); }
td.TdClassName
{
border-color: #629348;
}
.TagClassName
{
border-color: #629348;
}
</style>