Shades of Glade Green #62934C
Tints of Glade Green #62934C
RGB
CMYK
RGB Variations
Color information
#62934C (or 0x62934C) is known color: Glade Green. HEX triplet: 62, 93 and 4C. RGB value is (98,147,76). Sum of RGB (Red+Green+Blue) = 98+147+76=321 (42% of max value = 765). Red value is 98 (38.67% from 255 or 30.53% from 321); Green value is 147 (57.81% from 255 or 45.79% from 321); Blue value is 76 (30.08% from 255 or 23.68% from 321); Max value from RGB is 147 - color contains mainly: green. Hex color #62934C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #62934C is #9D6CB3. Grayscale: #7C7C7C. Windows color (decimal): -10316980 or 5018466. OLE color: 5018466.
HSL color Cylindrical-coordinate representation of color #62934C: hue angle of 101.41º degrees, saturation: 0.32, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #62934C is Cyan = 0.33, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 98 | 147 | 76 | - |
| CMYK | 0.33 | 0 | 0.48 | 0.42 |
| HSL | 101.41º | 0.32% | 0.44% | - |
| HSV(B) | 101.41º | 0.48% | 0.58% | - |
| XYZ | 16.78 | 23.99 | 10.58 | - |
| YUV | 124.26 | 100.77 | 109.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 147 | 76 | 0.33 | 0 | 0.48 | 0.42 | 101.41 | 0.32 | 0.44 |
| Hex | 62 | 93 | 4C | 21 | 0 | 30 | 2A | 65 | 20 | 2C |
| Octal | 142 | 223 | 114 | 41 | 0 | 60 | 52 | 145 | 40 | 54 |
| Binary | 1100010 | 10010011 | 1001100 | 100001 | 0 | 110000 | 101010 | 1100101 | 100000 | 101100 |
Color Harmonies of #62934C
Complementary color
Monochromatic Colors of #62934C
Black with #62934C
Text Example
Text Example
White with #62934C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62934C; }
p { color: rgb(98,147,76); }
H1.HeaderClassName
{
color: #62934C;
}
.AnyTagClassName
{
color: #62934C;
}
</style>
background-color css
<style>
a { background-color: #62934C; }
a { background-color: rgb(98,147,76); }
div.DivClassName
{
background-color: #62934C;
}
.BgClassName
{
background-color: #62934C;
}
</style>
border-color css
<style>
span { border-color: #62934C; }
span { border-color: rgb(98,147,76); }
td.TdClassName
{
border-color: #62934C;
}
.TagClassName
{
border-color: #62934C;
}
</style>