Shades of Glade Green #62944A
Tints of Glade Green #62944A
RGB
CMYK
RGB Variations
Color information
#62944A (or 0x62944A) is known color: Glade Green. HEX triplet: 62, 94 and 4A. RGB value is (98,148,74). Sum of RGB (Red+Green+Blue) = 98+148+74=320 (42% of max value = 765). Red value is 98 (38.67% from 255 or 30.62% from 320); Green value is 148 (58.20% from 255 or 46.25% from 320); Blue value is 74 (29.30% from 255 or 23.12% from 320); Max value from RGB is 148 - color contains mainly: green. Hex color #62944A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #62944A is #9D6BB5. Grayscale: #7C7C7C. Windows color (decimal): -10316726 or 4887650. OLE color: 4887650.
HSL color Cylindrical-coordinate representation of color #62944A: hue angle of 100.54º degrees, saturation: 0.33, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #62944A is Cyan = 0.34, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 98 | 148 | 74 | - |
| CMYK | 0.34 | 0 | 0.50 | 0.42 |
| HSL | 100.54º | 0.33% | 0.44% | - |
| HSV(B) | 100.54º | 0.5% | 0.58% | - |
| XYZ | 16.86 | 24.27 | 10.27 | - |
| YUV | 124.61 | 99.44 | 109.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 148 | 74 | 0.34 | 0 | 0.50 | 0.42 | 100.54 | 0.33 | 0.44 |
| Hex | 62 | 94 | 4A | 22 | 0 | 32 | 2A | 65 | 21 | 2C |
| Octal | 142 | 224 | 112 | 42 | 0 | 62 | 52 | 145 | 41 | 54 |
| Binary | 1100010 | 10010100 | 1001010 | 100010 | 0 | 110010 | 101010 | 1100101 | 100001 | 101100 |
Color Harmonies of #62944A
Complementary color
Monochromatic Colors of #62944A
Black with #62944A
Text Example
Text Example
White with #62944A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62944A; }
p { color: rgb(98,148,74); }
H1.HeaderClassName
{
color: #62944A;
}
.AnyTagClassName
{
color: #62944A;
}
</style>
background-color css
<style>
a { background-color: #62944A; }
a { background-color: rgb(98,148,74); }
div.DivClassName
{
background-color: #62944A;
}
.BgClassName
{
background-color: #62944A;
}
</style>
border-color css
<style>
span { border-color: #62944A; }
span { border-color: rgb(98,148,74); }
td.TdClassName
{
border-color: #62944A;
}
.TagClassName
{
border-color: #62944A;
}
</style>