Shades of Glade Green #63954B
Tints of Glade Green #63954B
RGB
CMYK
RGB Variations
Color information
#63954B (or 0x63954B) is known color: Glade Green. HEX triplet: 63, 95 and 4B. RGB value is (99,149,75). Sum of RGB (Red+Green+Blue) = 99+149+75=323 (42% of max value = 765). Red value is 99 (39.06% from 255 or 30.65% from 323); Green value is 149 (58.59% from 255 or 46.13% from 323); Blue value is 75 (29.69% from 255 or 23.22% from 323); Max value from RGB is 149 - color contains mainly: green. Hex color #63954B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #63954B is #9C6AB4. Grayscale: #7D7D7D. Windows color (decimal): -10250933 or 4953443. OLE color: 4953443.
HSL color Cylindrical-coordinate representation of color #63954B: hue angle of 100.54º degrees, saturation: 0.33, 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 #63954B is Cyan = 0.34, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 99 | 149 | 75 | - |
| CMYK | 0.34 | 0 | 0.50 | 0.42 |
| HSL | 100.54º | 0.33% | 0.44% | - |
| HSV(B) | 100.54º | 0.5% | 0.58% | - |
| XYZ | 17.16 | 24.66 | 10.51 | - |
| YUV | 125.61 | 99.44 | 109.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 149 | 75 | 0.34 | 0 | 0.50 | 0.42 | 100.54 | 0.33 | 0.44 |
| Hex | 63 | 95 | 4B | 22 | 0 | 32 | 2A | 65 | 21 | 2C |
| Octal | 143 | 225 | 113 | 42 | 0 | 62 | 52 | 145 | 41 | 54 |
| Binary | 1100011 | 10010101 | 1001011 | 100010 | 0 | 110010 | 101010 | 1100101 | 100001 | 101100 |
Color Harmonies of #63954B
Complementary color
Monochromatic Colors of #63954B
Black with #63954B
Text Example
Text Example
White with #63954B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63954B; }
p { color: rgb(99,149,75); }
H1.HeaderClassName
{
color: #63954B;
}
.AnyTagClassName
{
color: #63954B;
}
</style>
background-color css
<style>
a { background-color: #63954B; }
a { background-color: rgb(99,149,75); }
div.DivClassName
{
background-color: #63954B;
}
.BgClassName
{
background-color: #63954B;
}
</style>
border-color css
<style>
span { border-color: #63954B; }
span { border-color: rgb(99,149,75); }
td.TdClassName
{
border-color: #63954B;
}
.TagClassName
{
border-color: #63954B;
}
</style>