Shades of Glade Green #63974B
Tints of Glade Green #63974B
RGB
CMYK
RGB Variations
Color information
#63974B (or 0x63974B) is known color: Glade Green. HEX triplet: 63, 97 and 4B. RGB value is (99,151,75). Sum of RGB (Red+Green+Blue) = 99+151+75=325 (43% of max value = 765). Red value is 99 (39.06% from 255 or 30.46% from 325); Green value is 151 (59.38% from 255 or 46.46% from 325); Blue value is 75 (29.69% from 255 or 23.08% from 325); Max value from RGB is 151 - color contains mainly: green. Hex color #63974B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #63974B is #9C68B4. Grayscale: #7F7F7F. Windows color (decimal): -10250421 or 4953955. OLE color: 4953955.
HSL color Cylindrical-coordinate representation of color #63974B: hue angle of 101.05º degrees, saturation: 0.34, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #63974B is Cyan = 0.34, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 99 | 151 | 75 | - |
| CMYK | 0.34 | 0 | 0.50 | 0.41 |
| HSL | 101.05º | 0.34% | 0.44% | - |
| HSV(B) | 101.05º | 0.5% | 0.59% | - |
| XYZ | 17.48 | 25.29 | 10.62 | - |
| YUV | 126.79 | 98.77 | 108.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 151 | 75 | 0.34 | 0 | 0.50 | 0.41 | 101.05 | 0.34 | 0.44 |
| Hex | 63 | 97 | 4B | 22 | 0 | 32 | 29 | 65 | 22 | 2C |
| Octal | 143 | 227 | 113 | 42 | 0 | 62 | 51 | 145 | 42 | 54 |
| Binary | 1100011 | 10010111 | 1001011 | 100010 | 0 | 110010 | 101001 | 1100101 | 100010 | 101100 |
Color Harmonies of #63974B
Complementary color
Monochromatic Colors of #63974B
Black with #63974B
Text Example
Text Example
White with #63974B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63974B; }
p { color: rgb(99,151,75); }
H1.HeaderClassName
{
color: #63974B;
}
.AnyTagClassName
{
color: #63974B;
}
</style>
background-color css
<style>
a { background-color: #63974B; }
a { background-color: rgb(99,151,75); }
div.DivClassName
{
background-color: #63974B;
}
.BgClassName
{
background-color: #63974B;
}
</style>
border-color css
<style>
span { border-color: #63974B; }
span { border-color: rgb(99,151,75); }
td.TdClassName
{
border-color: #63974B;
}
.TagClassName
{
border-color: #63974B;
}
</style>