Shades of Glade Green #638750
Tints of Glade Green #638750
RGB
CMYK
RGB Variations
Color information
#638750 (or 0x638750) is known color: Glade Green. HEX triplet: 63, 87 and 50. RGB value is (99,135,80). Sum of RGB (Red+Green+Blue) = 99+135+80=314 (41% of max value = 765). Red value is 99 (39.06% from 255 or 31.53% from 314); Green value is 135 (53.12% from 255 or 42.99% from 314); Blue value is 80 (31.64% from 255 or 25.48% from 314); Max value from RGB is 135 - color contains mainly: green. Hex color #638750 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #638750 is #9C78AF. Grayscale: #767676. Windows color (decimal): -10254512 or 5277539. OLE color: 5277539.
HSL color Cylindrical-coordinate representation of color #638750: hue angle of 99.27º degrees, saturation: 0.26, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #638750 is Cyan = 0.27, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 99 | 135 | 80 | - |
| CMYK | 0.27 | 0 | 0.41 | 0.47 |
| HSL | 99.27º | 0.26% | 0.42% | - |
| HSV(B) | 99.27º | 0.41% | 0.53% | - |
| XYZ | 15.26 | 20.56 | 10.75 | - |
| YUV | 117.97 | 106.57 | 114.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 135 | 80 | 0.27 | 0 | 0.41 | 0.47 | 99.27 | 0.26 | 0.42 |
| Hex | 63 | 87 | 50 | 1B | 0 | 29 | 2F | 63 | 1A | 2A |
| Octal | 143 | 207 | 120 | 33 | 0 | 51 | 57 | 143 | 32 | 52 |
| Binary | 1100011 | 10000111 | 1010000 | 11011 | 0 | 101001 | 101111 | 1100011 | 11010 | 101010 |
Color Harmonies of #638750
Complementary color
Monochromatic Colors of #638750
Black with #638750
Text Example
Text Example
White with #638750
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #638750; }
p { color: rgb(99,135,80); }
H1.HeaderClassName
{
color: #638750;
}
.AnyTagClassName
{
color: #638750;
}
</style>
background-color css
<style>
a { background-color: #638750; }
a { background-color: rgb(99,135,80); }
div.DivClassName
{
background-color: #638750;
}
.BgClassName
{
background-color: #638750;
}
</style>
border-color css
<style>
span { border-color: #638750; }
span { border-color: rgb(99,135,80); }
td.TdClassName
{
border-color: #638750;
}
.TagClassName
{
border-color: #638750;
}
</style>