Shades of Glade Green #639949
Tints of Glade Green #639949
RGB
CMYK
RGB Variations
Color information
#639949 (or 0x639949) is known color: Glade Green. HEX triplet: 63, 99 and 49. RGB value is (99,153,73). Sum of RGB (Red+Green+Blue) = 99+153+73=325 (43% of max value = 765). Red value is 99 (39.06% from 255 or 30.46% from 325); Green value is 153 (60.16% from 255 or 47.08% from 325); Blue value is 73 (28.91% from 255 or 22.46% from 325); Max value from RGB is 153 - color contains mainly: green. Hex color #639949 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #639949 is #9C66B6. Grayscale: #808080. Windows color (decimal): -10249911 or 4823395. OLE color: 4823395.
HSL color Cylindrical-coordinate representation of color #639949: hue angle of 100.5º degrees, saturation: 0.35, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #639949 is Cyan = 0.35, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 99 | 153 | 73 | - |
| CMYK | 0.35 | 0 | 0.52 | 0.4 |
| HSL | 100.5º | 0.35% | 0.44% | - |
| HSV(B) | 100.5º | 0.52% | 0.6% | - |
| XYZ | 17.74 | 25.92 | 10.37 | - |
| YUV | 127.73 | 97.11 | 107.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 153 | 73 | 0.35 | 0 | 0.52 | 0.4 | 100.5 | 0.35 | 0.44 |
| Hex | 63 | 99 | 49 | 23 | 0 | 34 | 28 | 64 | 23 | 2C |
| Octal | 143 | 231 | 111 | 43 | 0 | 64 | 50 | 144 | 43 | 54 |
| Binary | 1100011 | 10011001 | 1001001 | 100011 | 0 | 110100 | 101000 | 1100100 | 100011 | 101100 |
Color Harmonies of #639949
Complementary color
Monochromatic Colors of #639949
Black with #639949
Text Example
Text Example
White with #639949
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #639949; }
p { color: rgb(99,153,73); }
H1.HeaderClassName
{
color: #639949;
}
.AnyTagClassName
{
color: #639949;
}
</style>
background-color css
<style>
a { background-color: #639949; }
a { background-color: rgb(99,153,73); }
div.DivClassName
{
background-color: #639949;
}
.BgClassName
{
background-color: #639949;
}
</style>
border-color css
<style>
span { border-color: #639949; }
span { border-color: rgb(99,153,73); }
td.TdClassName
{
border-color: #639949;
}
.TagClassName
{
border-color: #639949;
}
</style>