Shades of Glade Green #63954A
Tints of Glade Green #63954A
RGB
CMYK
RGB Variations
Color information
#63954A (or 0x63954A) is known color: Glade Green. HEX triplet: 63, 95 and 4A. RGB value is (99,149,74). Sum of RGB (Red+Green+Blue) = 99+149+74=322 (42% of max value = 765). Red value is 99 (39.06% from 255 or 30.75% from 322); Green value is 149 (58.59% from 255 or 46.27% from 322); Blue value is 74 (29.30% from 255 or 22.98% from 322); Max value from RGB is 149 - color contains mainly: green. Hex color #63954A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #63954A is #9C6AB5. Grayscale: #7D7D7D. Windows color (decimal): -10250934 or 4887907. OLE color: 4887907.
HSL color Cylindrical-coordinate representation of color #63954A: hue angle of 100º degrees, saturation: 0.34, 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 #63954A is Cyan = 0.34, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 99 | 149 | 74 | - |
| CMYK | 0.34 | 0 | 0.50 | 0.42 |
| HSL | 100º | 0.34% | 0.44% | - |
| HSV(B) | 100º | 0.5% | 0.58% | - |
| XYZ | 17.13 | 24.64 | 10.33 | - |
| YUV | 125.5 | 98.94 | 109.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 149 | 74 | 0.34 | 0 | 0.50 | 0.42 | 100 | 0.34 | 0.44 |
| Hex | 63 | 95 | 4A | 22 | 0 | 32 | 2A | 64 | 22 | 2C |
| Octal | 143 | 225 | 112 | 42 | 0 | 62 | 52 | 144 | 42 | 54 |
| Binary | 1100011 | 10010101 | 1001010 | 100010 | 0 | 110010 | 101010 | 1100100 | 100010 | 101100 |
Color Harmonies of #63954A
Complementary color
Monochromatic Colors of #63954A
Black with #63954A
Text Example
Text Example
White with #63954A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63954A; }
p { color: rgb(99,149,74); }
H1.HeaderClassName
{
color: #63954A;
}
.AnyTagClassName
{
color: #63954A;
}
</style>
background-color css
<style>
a { background-color: #63954A; }
a { background-color: rgb(99,149,74); }
div.DivClassName
{
background-color: #63954A;
}
.BgClassName
{
background-color: #63954A;
}
</style>
border-color css
<style>
span { border-color: #63954A; }
span { border-color: rgb(99,149,74); }
td.TdClassName
{
border-color: #63954A;
}
.TagClassName
{
border-color: #63954A;
}
</style>