Shades of Silver Tree #64C38D
Tints of Silver Tree #64C38D
RGB
CMYK
RGB Variations
Color information
#64C38D (or 0x64C38D) is known color: Silver Tree. HEX triplet: 64, C3 and 8D. RGB value is (100,195,141). Sum of RGB (Red+Green+Blue) = 100+195+141=436 (57% of max value = 765). Red value is 100 (39.45% from 255 or 22.94% from 436); Green value is 195 (76.56% from 255 or 44.72% from 436); Blue value is 141 (55.47% from 255 or 32.34% from 436); Max value from RGB is 195 - color contains mainly: green. Hex color #64C38D is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #64C38D is #9B3C72. Grayscale: #A0A0A0. Windows color (decimal): -10173555 or 9290596. OLE color: 9290596.
HSL color Cylindrical-coordinate representation of color #64C38D: hue angle of 145.89º degrees, saturation: 0.44, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #64C38D is Cyan = 0.49, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 100 | 195 | 141 | - |
| CMYK | 0.49 | 0 | 0.28 | 0.24 |
| HSL | 145.89º | 0.44% | 0.58% | - |
| HSV(B) | 145.89º | 0.49% | 0.76% | - |
| XYZ | 29.58 | 43.66 | 32.07 | - |
| YUV | 160.44 | 117.03 | 84.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 195 | 141 | 0.49 | 0 | 0.28 | 0.24 | 145.89 | 0.44 | 0.58 |
| Hex | 64 | C3 | 8D | 31 | 0 | 1C | 18 | 92 | 2C | 3A |
| Octal | 144 | 303 | 215 | 61 | 0 | 34 | 30 | 222 | 54 | 72 |
| Binary | 1100100 | 11000011 | 10001101 | 110001 | 0 | 11100 | 11000 | 10010010 | 101100 | 111010 |
Color Harmonies of #64C38D
Complementary color
Monochromatic Colors of #64C38D
Black with #64C38D
Text Example
Text Example
White with #64C38D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64C38D; }
p { color: rgb(100,195,141); }
H1.HeaderClassName
{
color: #64C38D;
}
.AnyTagClassName
{
color: #64C38D;
}
</style>
background-color css
<style>
a { background-color: #64C38D; }
a { background-color: rgb(100,195,141); }
div.DivClassName
{
background-color: #64C38D;
}
.BgClassName
{
background-color: #64C38D;
}
</style>
border-color css
<style>
span { border-color: #64C38D; }
span { border-color: rgb(100,195,141); }
td.TdClassName
{
border-color: #64C38D;
}
.TagClassName
{
border-color: #64C38D;
}
</style>