Shades of Glade Green #63914B
Tints of Glade Green #63914B
RGB
CMYK
RGB Variations
Color information
#63914B (or 0x63914B) is known color: Glade Green. HEX triplet: 63, 91 and 4B. RGB value is (99,145,75). Sum of RGB (Red+Green+Blue) = 99+145+75=319 (42% of max value = 765). Red value is 99 (39.06% from 255 or 31.03% from 319); Green value is 145 (57.03% from 255 or 45.45% from 319); Blue value is 75 (29.69% from 255 or 23.51% from 319); Max value from RGB is 145 - color contains mainly: green. Hex color #63914B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #63914B is #9C6EB4. Grayscale: #7B7B7B. Windows color (decimal): -10251957 or 4952419. OLE color: 4952419.
HSL color Cylindrical-coordinate representation of color #63914B: hue angle of 99.43º degrees, saturation: 0.32, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #63914B is Cyan = 0.32, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 99 | 145 | 75 | - |
| CMYK | 0.32 | 0 | 0.48 | 0.43 |
| HSL | 99.43º | 0.32% | 0.43% | - |
| HSV(B) | 99.43º | 0.48% | 0.57% | - |
| XYZ | 16.54 | 23.41 | 10.3 | - |
| YUV | 123.27 | 100.76 | 110.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 145 | 75 | 0.32 | 0 | 0.48 | 0.43 | 99.43 | 0.32 | 0.43 |
| Hex | 63 | 91 | 4B | 20 | 0 | 30 | 2B | 63 | 20 | 2B |
| Octal | 143 | 221 | 113 | 40 | 0 | 60 | 53 | 143 | 40 | 53 |
| Binary | 1100011 | 10010001 | 1001011 | 100000 | 0 | 110000 | 101011 | 1100011 | 100000 | 101011 |
Color Harmonies of #63914B
Complementary color
Monochromatic Colors of #63914B
Black with #63914B
Text Example
Text Example
White with #63914B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63914B; }
p { color: rgb(99,145,75); }
H1.HeaderClassName
{
color: #63914B;
}
.AnyTagClassName
{
color: #63914B;
}
</style>
background-color css
<style>
a { background-color: #63914B; }
a { background-color: rgb(99,145,75); }
div.DivClassName
{
background-color: #63914B;
}
.BgClassName
{
background-color: #63914B;
}
</style>
border-color css
<style>
span { border-color: #63914B; }
span { border-color: rgb(99,145,75); }
td.TdClassName
{
border-color: #63914B;
}
.TagClassName
{
border-color: #63914B;
}
</style>