Shades of Glade Green #647D52
Tints of Glade Green #647D52
RGB
CMYK
RGB Variations
Color information
#647D52 (or 0x647D52) is known color: Glade Green. HEX triplet: 64, 7D and 52. RGB value is (100,125,82). Sum of RGB (Red+Green+Blue) = 100+125+82=307 (40% of max value = 765). Red value is 100 (39.45% from 255 or 32.57% from 307); Green value is 125 (49.22% from 255 or 40.72% from 307); Blue value is 82 (32.42% from 255 or 26.71% from 307); Max value from RGB is 125 - color contains mainly: green. Hex color #647D52 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #647D52 is #9B82AD. Grayscale: #707070. Windows color (decimal): -10191534 or 5406052. OLE color: 5406052.
HSL color Cylindrical-coordinate representation of color #647D52: hue angle of 94.88º degrees, saturation: 0.21, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #647D52 is Cyan = 0.2, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 100 | 125 | 82 | - |
| CMYK | 0.2 | 0 | 0.34 | 0.51 |
| HSL | 94.88º | 0.21% | 0.41% | - |
| HSV(B) | 94.88º | 0.34% | 0.49% | - |
| XYZ | 14.11 | 17.99 | 10.71 | - |
| YUV | 112.62 | 110.72 | 119 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 125 | 82 | 0.2 | 0 | 0.34 | 0.51 | 94.88 | 0.21 | 0.41 |
| Hex | 64 | 7D | 52 | 14 | 0 | 22 | 33 | 5F | 15 | 29 |
| Octal | 144 | 175 | 122 | 24 | 0 | 42 | 63 | 137 | 25 | 51 |
| Binary | 1100100 | 1111101 | 1010010 | 10100 | 0 | 100010 | 110011 | 1011111 | 10101 | 101001 |
Color Harmonies of #647D52
Complementary color
Monochromatic Colors of #647D52
Black with #647D52
Text Example
Text Example
White with #647D52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #647D52; }
p { color: rgb(100,125,82); }
H1.HeaderClassName
{
color: #647D52;
}
.AnyTagClassName
{
color: #647D52;
}
</style>
background-color css
<style>
a { background-color: #647D52; }
a { background-color: rgb(100,125,82); }
div.DivClassName
{
background-color: #647D52;
}
.BgClassName
{
background-color: #647D52;
}
</style>
border-color css
<style>
span { border-color: #647D52; }
span { border-color: rgb(100,125,82); }
td.TdClassName
{
border-color: #647D52;
}
.TagClassName
{
border-color: #647D52;
}
</style>