Shades of Glade Green #62824E
Tints of Glade Green #62824E
RGB
CMYK
RGB Variations
Color information
#62824E (or 0x62824E) is known color: Glade Green. HEX triplet: 62, 82 and 4E. RGB value is (98,130,78). Sum of RGB (Red+Green+Blue) = 98+130+78=306 (40% of max value = 765). Red value is 98 (38.67% from 255 or 32.03% from 306); Green value is 130 (51.17% from 255 or 42.48% from 306); Blue value is 78 (30.86% from 255 or 25.49% from 306); Max value from RGB is 130 - color contains mainly: green. Hex color #62824E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #62824E is #9D7DB1. Grayscale: #727272. Windows color (decimal): -10321330 or 5145186. OLE color: 5145186.
HSL color Cylindrical-coordinate representation of color #62824E: hue angle of 96.92º degrees, saturation: 0.25, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #62824E is Cyan = 0.25, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 98 | 130 | 78 | - |
| CMYK | 0.25 | 0 | 0.40 | 0.49 |
| HSL | 96.92º | 0.25% | 0.41% | - |
| HSV(B) | 96.92º | 0.4% | 0.51% | - |
| XYZ | 14.39 | 19.11 | 10.14 | - |
| YUV | 114.5 | 107.4 | 116.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 130 | 78 | 0.25 | 0 | 0.40 | 0.49 | 96.92 | 0.25 | 0.41 |
| Hex | 62 | 82 | 4E | 19 | 0 | 28 | 31 | 61 | 19 | 29 |
| Octal | 142 | 202 | 116 | 31 | 0 | 50 | 61 | 141 | 31 | 51 |
| Binary | 1100010 | 10000010 | 1001110 | 11001 | 0 | 101000 | 110001 | 1100001 | 11001 | 101001 |
Color Harmonies of #62824E
Complementary color
Monochromatic Colors of #62824E
Black with #62824E
Text Example
Text Example
White with #62824E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62824E; }
p { color: rgb(98,130,78); }
H1.HeaderClassName
{
color: #62824E;
}
.AnyTagClassName
{
color: #62824E;
}
</style>
background-color css
<style>
a { background-color: #62824E; }
a { background-color: rgb(98,130,78); }
div.DivClassName
{
background-color: #62824E;
}
.BgClassName
{
background-color: #62824E;
}
</style>
border-color css
<style>
span { border-color: #62824E; }
span { border-color: rgb(98,130,78); }
td.TdClassName
{
border-color: #62824E;
}
.TagClassName
{
border-color: #62824E;
}
</style>