Shades of Glade Green #62904D
Tints of Glade Green #62904D
RGB
CMYK
RGB Variations
Color information
#62904D (or 0x62904D) is known color: Glade Green. HEX triplet: 62, 90 and 4D. RGB value is (98,144,77). Sum of RGB (Red+Green+Blue) = 98+144+77=319 (42% of max value = 765). Red value is 98 (38.67% from 255 or 30.72% from 319); Green value is 144 (56.64% from 255 or 45.14% from 319); Blue value is 77 (30.47% from 255 or 24.14% from 319); Max value from RGB is 144 - color contains mainly: green. Hex color #62904D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #62904D is #9D6FB2. Grayscale: #7A7A7A. Windows color (decimal): -10317747 or 5083234. OLE color: 5083234.
HSL color Cylindrical-coordinate representation of color #62904D: hue angle of 101.19º degrees, saturation: 0.3, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #62904D is Cyan = 0.32, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 98 | 144 | 77 | - |
| CMYK | 0.32 | 0 | 0.47 | 0.44 |
| HSL | 101.19º | 0.3% | 0.43% | - |
| HSV(B) | 101.19º | 0.47% | 0.56% | - |
| XYZ | 16.35 | 23.08 | 10.61 | - |
| YUV | 122.61 | 102.26 | 110.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 144 | 77 | 0.32 | 0 | 0.47 | 0.44 | 101.19 | 0.3 | 0.43 |
| Hex | 62 | 90 | 4D | 20 | 0 | 2F | 2C | 65 | 1E | 2B |
| Octal | 142 | 220 | 115 | 40 | 0 | 57 | 54 | 145 | 36 | 53 |
| Binary | 1100010 | 10010000 | 1001101 | 100000 | 0 | 101111 | 101100 | 1100101 | 11110 | 101011 |
Color Harmonies of #62904D
Complementary color
Monochromatic Colors of #62904D
Black with #62904D
Text Example
Text Example
White with #62904D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62904D; }
p { color: rgb(98,144,77); }
H1.HeaderClassName
{
color: #62904D;
}
.AnyTagClassName
{
color: #62904D;
}
</style>
background-color css
<style>
a { background-color: #62904D; }
a { background-color: rgb(98,144,77); }
div.DivClassName
{
background-color: #62904D;
}
.BgClassName
{
background-color: #62904D;
}
</style>
border-color css
<style>
span { border-color: #62904D; }
span { border-color: rgb(98,144,77); }
td.TdClassName
{
border-color: #62904D;
}
.TagClassName
{
border-color: #62904D;
}
</style>