Shades of Glade Green #639445
Tints of Glade Green #639445
RGB
CMYK
RGB Variations
Color information
#639445 (or 0x639445) is known color: Glade Green. HEX triplet: 63, 94 and 45. RGB value is (99,148,69). Sum of RGB (Red+Green+Blue) = 99+148+69=316 (41% of max value = 765). Red value is 99 (39.06% from 255 or 31.33% from 316); Green value is 148 (58.20% from 255 or 46.84% from 316); Blue value is 69 (27.34% from 255 or 21.84% from 316); Max value from RGB is 148 - color contains mainly: green. Hex color #639445 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #639445 is #9C6BBA. Grayscale: #7C7C7C. Windows color (decimal): -10251195 or 4559971. OLE color: 4559971.
HSL color Cylindrical-coordinate representation of color #639445: hue angle of 97.22º degrees, saturation: 0.36, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #639445 is Cyan = 0.33, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 99 | 148 | 69 | - |
| CMYK | 0.33 | 0 | 0.53 | 0.42 |
| HSL | 97.22º | 0.36% | 0.43% | - |
| HSV(B) | 97.22º | 0.53% | 0.58% | - |
| XYZ | 16.81 | 24.26 | 9.43 | - |
| YUV | 124.34 | 96.77 | 109.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 148 | 69 | 0.33 | 0 | 0.53 | 0.42 | 97.22 | 0.36 | 0.43 |
| Hex | 63 | 94 | 45 | 21 | 0 | 35 | 2A | 61 | 24 | 2B |
| Octal | 143 | 224 | 105 | 41 | 0 | 65 | 52 | 141 | 44 | 53 |
| Binary | 1100011 | 10010100 | 1000101 | 100001 | 0 | 110101 | 101010 | 1100001 | 100100 | 101011 |
Color Harmonies of #639445
Complementary color
Monochromatic Colors of #639445
Black with #639445
Text Example
Text Example
White with #639445
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #639445; }
p { color: rgb(99,148,69); }
H1.HeaderClassName
{
color: #639445;
}
.AnyTagClassName
{
color: #639445;
}
</style>
background-color css
<style>
a { background-color: #639445; }
a { background-color: rgb(99,148,69); }
div.DivClassName
{
background-color: #639445;
}
.BgClassName
{
background-color: #639445;
}
</style>
border-color css
<style>
span { border-color: #639445; }
span { border-color: rgb(99,148,69); }
td.TdClassName
{
border-color: #639445;
}
.TagClassName
{
border-color: #639445;
}
</style>