Shades of Glade Green #639545
Tints of Glade Green #639545
RGB
CMYK
RGB Variations
Color information
#639545 (or 0x639545) is known color: Glade Green. HEX triplet: 63, 95 and 45. RGB value is (99,149,69). Sum of RGB (Red+Green+Blue) = 99+149+69=317 (41% of max value = 765). Red value is 99 (39.06% from 255 or 31.23% from 317); Green value is 149 (58.59% from 255 or 47.00% from 317); Blue value is 69 (27.34% from 255 or 21.77% from 317); Max value from RGB is 149 - color contains mainly: green. Hex color #639545 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #639545 is #9C6ABA. Grayscale: #7D7D7D. Windows color (decimal): -10250939 or 4560227. OLE color: 4560227.
HSL color Cylindrical-coordinate representation of color #639545: hue angle of 97.5º degrees, saturation: 0.37, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #639545 is Cyan = 0.34, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 99 | 149 | 69 | - |
| CMYK | 0.34 | 0 | 0.54 | 0.42 |
| HSL | 97.5º | 0.37% | 0.43% | - |
| HSV(B) | 97.5º | 0.54% | 0.58% | - |
| XYZ | 16.97 | 24.58 | 9.48 | - |
| YUV | 124.93 | 96.44 | 109.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 149 | 69 | 0.34 | 0 | 0.54 | 0.42 | 97.5 | 0.37 | 0.43 |
| Hex | 63 | 95 | 45 | 22 | 0 | 36 | 2A | 62 | 25 | 2B |
| Octal | 143 | 225 | 105 | 42 | 0 | 66 | 52 | 142 | 45 | 53 |
| Binary | 1100011 | 10010101 | 1000101 | 100010 | 0 | 110110 | 101010 | 1100010 | 100101 | 101011 |
Color Harmonies of #639545
Complementary color
Monochromatic Colors of #639545
Black with #639545
Text Example
Text Example
White with #639545
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #639545; }
p { color: rgb(99,149,69); }
H1.HeaderClassName
{
color: #639545;
}
.AnyTagClassName
{
color: #639545;
}
</style>
background-color css
<style>
a { background-color: #639545; }
a { background-color: rgb(99,149,69); }
div.DivClassName
{
background-color: #639545;
}
.BgClassName
{
background-color: #639545;
}
</style>
border-color css
<style>
span { border-color: #639545; }
span { border-color: rgb(99,149,69); }
td.TdClassName
{
border-color: #639545;
}
.TagClassName
{
border-color: #639545;
}
</style>