Shades of Silver Tree #64C590
Tints of Silver Tree #64C590
RGB
CMYK
RGB Variations
Color information
#64C590 (or 0x64C590) is known color: Silver Tree. HEX triplet: 64, C5 and 90. RGB value is (100,197,144). Sum of RGB (Red+Green+Blue) = 100+197+144=441 (58% of max value = 765). Red value is 100 (39.45% from 255 or 22.68% from 441); Green value is 197 (77.34% from 255 or 44.67% from 441); Blue value is 144 (56.64% from 255 or 32.65% from 441); Max value from RGB is 197 - color contains mainly: green. Hex color #64C590 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #64C590 is #9B3A6F. Grayscale: #A2A2A2. Windows color (decimal): -10173040 or 9487716. OLE color: 9487716.
HSL color Cylindrical-coordinate representation of color #64C590: hue angle of 147.22º degrees, saturation: 0.46, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #64C590 is Cyan = 0.49, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 100 | 197 | 144 | - |
| CMYK | 0.49 | 0 | 0.27 | 0.23 |
| HSL | 147.22º | 0.46% | 0.58% | - |
| HSV(B) | 147.22º | 0.49% | 0.77% | - |
| XYZ | 30.26 | 44.66 | 33.41 | - |
| YUV | 161.96 | 117.86 | 83.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 197 | 144 | 0.49 | 0 | 0.27 | 0.23 | 147.22 | 0.46 | 0.58 |
| Hex | 64 | C5 | 90 | 31 | 0 | 1B | 17 | 93 | 2E | 3A |
| Octal | 144 | 305 | 220 | 61 | 0 | 33 | 27 | 223 | 56 | 72 |
| Binary | 1100100 | 11000101 | 10010000 | 110001 | 0 | 11011 | 10111 | 10010011 | 101110 | 111010 |
Color Harmonies of #64C590
Complementary color
Monochromatic Colors of #64C590
Black with #64C590
Text Example
Text Example
White with #64C590
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64C590; }
p { color: rgb(100,197,144); }
H1.HeaderClassName
{
color: #64C590;
}
.AnyTagClassName
{
color: #64C590;
}
</style>
background-color css
<style>
a { background-color: #64C590; }
a { background-color: rgb(100,197,144); }
div.DivClassName
{
background-color: #64C590;
}
.BgClassName
{
background-color: #64C590;
}
</style>
border-color css
<style>
span { border-color: #64C590; }
span { border-color: rgb(100,197,144); }
td.TdClassName
{
border-color: #64C590;
}
.TagClassName
{
border-color: #64C590;
}
</style>