Shades of Glade Green #62934B
Tints of Glade Green #62934B
RGB
CMYK
RGB Variations
Color information
#62934B (or 0x62934B) is known color: Glade Green. HEX triplet: 62, 93 and 4B. RGB value is (98,147,75). Sum of RGB (Red+Green+Blue) = 98+147+75=320 (42% of max value = 765). Red value is 98 (38.67% from 255 or 30.62% from 320); Green value is 147 (57.81% from 255 or 45.94% from 320); Blue value is 75 (29.69% from 255 or 23.44% from 320); Max value from RGB is 147 - color contains mainly: green. Hex color #62934B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #62934B is #9D6CB4. Grayscale: #7C7C7C. Windows color (decimal): -10316981 or 4952930. OLE color: 4952930.
HSL color Cylindrical-coordinate representation of color #62934B: hue angle of 100.83º degrees, saturation: 0.32, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #62934B is Cyan = 0.33, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 98 | 147 | 75 | - |
| CMYK | 0.33 | 0 | 0.49 | 0.42 |
| HSL | 100.83º | 0.32% | 0.44% | - |
| HSV(B) | 100.83º | 0.49% | 0.58% | - |
| XYZ | 16.74 | 23.97 | 10.4 | - |
| YUV | 124.14 | 100.27 | 109.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 147 | 75 | 0.33 | 0 | 0.49 | 0.42 | 100.83 | 0.32 | 0.44 |
| Hex | 62 | 93 | 4B | 21 | 0 | 31 | 2A | 65 | 20 | 2C |
| Octal | 142 | 223 | 113 | 41 | 0 | 61 | 52 | 145 | 40 | 54 |
| Binary | 1100010 | 10010011 | 1001011 | 100001 | 0 | 110001 | 101010 | 1100101 | 100000 | 101100 |
Color Harmonies of #62934B
Complementary color
Monochromatic Colors of #62934B
Black with #62934B
Text Example
Text Example
White with #62934B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62934B; }
p { color: rgb(98,147,75); }
H1.HeaderClassName
{
color: #62934B;
}
.AnyTagClassName
{
color: #62934B;
}
</style>
background-color css
<style>
a { background-color: #62934B; }
a { background-color: rgb(98,147,75); }
div.DivClassName
{
background-color: #62934B;
}
.BgClassName
{
background-color: #62934B;
}
</style>
border-color css
<style>
span { border-color: #62934B; }
span { border-color: rgb(98,147,75); }
td.TdClassName
{
border-color: #62934B;
}
.TagClassName
{
border-color: #62934B;
}
</style>