Shades of Glade Green #639050
Tints of Glade Green #639050
RGB
CMYK
RGB Variations
Color information
#639050 (or 0x639050) is known color: Glade Green. HEX triplet: 63, 90 and 50. RGB value is (99,144,80). Sum of RGB (Red+Green+Blue) = 99+144+80=323 (42% of max value = 765). Red value is 99 (39.06% from 255 or 30.65% from 323); Green value is 144 (56.64% from 255 or 44.58% from 323); Blue value is 80 (31.64% from 255 or 24.77% from 323); Max value from RGB is 144 - color contains mainly: green. Hex color #639050 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #639050 is #9C6FAF. Grayscale: #7B7B7B. Windows color (decimal): -10252208 or 5279843. OLE color: 5279843.
HSL color Cylindrical-coordinate representation of color #639050: hue angle of 102.19º degrees, saturation: 0.29, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #639050 is Cyan = 0.31, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 99 | 144 | 80 | - |
| CMYK | 0.31 | 0 | 0.44 | 0.44 |
| HSL | 102.19º | 0.29% | 0.44% | - |
| HSV(B) | 102.19º | 0.44% | 0.56% | - |
| XYZ | 16.57 | 23.18 | 11.19 | - |
| YUV | 123.25 | 103.59 | 110.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 144 | 80 | 0.31 | 0 | 0.44 | 0.44 | 102.19 | 0.29 | 0.44 |
| Hex | 63 | 90 | 50 | 1F | 0 | 2C | 2C | 66 | 1D | 2C |
| Octal | 143 | 220 | 120 | 37 | 0 | 54 | 54 | 146 | 35 | 54 |
| Binary | 1100011 | 10010000 | 1010000 | 11111 | 0 | 101100 | 101100 | 1100110 | 11101 | 101100 |
Color Harmonies of #639050
Complementary color
Monochromatic Colors of #639050
Black with #639050
Text Example
Text Example
White with #639050
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #639050; }
p { color: rgb(99,144,80); }
H1.HeaderClassName
{
color: #639050;
}
.AnyTagClassName
{
color: #639050;
}
</style>
background-color css
<style>
a { background-color: #639050; }
a { background-color: rgb(99,144,80); }
div.DivClassName
{
background-color: #639050;
}
.BgClassName
{
background-color: #639050;
}
</style>
border-color css
<style>
span { border-color: #639050; }
span { border-color: rgb(99,144,80); }
td.TdClassName
{
border-color: #639050;
}
.TagClassName
{
border-color: #639050;
}
</style>