Shades of Silver Tree #64C090
Tints of Silver Tree #64C090
RGB
CMYK
RGB Variations
Color information
#64C090 (or 0x64C090) is known color: Silver Tree. HEX triplet: 64, C0 and 90. RGB value is (100,192,144). Sum of RGB (Red+Green+Blue) = 100+192+144=436 (57% of max value = 765). Red value is 100 (39.45% from 255 or 22.94% from 436); Green value is 192 (75.39% from 255 or 44.04% from 436); Blue value is 144 (56.64% from 255 or 33.03% from 436); Max value from RGB is 192 - color contains mainly: green. Hex color #64C090 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #64C090 is #9B3F6F. Grayscale: #9F9F9F. Windows color (decimal): -10174320 or 9486436. OLE color: 9486436.
HSL color Cylindrical-coordinate representation of color #64C090: hue angle of 148.7º degrees, saturation: 0.42, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #64C090 is Cyan = 0.48, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 100 | 192 | 144 | - |
| CMYK | 0.48 | 0 | 0.25 | 0.25 |
| HSL | 148.7º | 0.42% | 0.57% | - |
| HSV(B) | 148.7º | 0.48% | 0.75% | - |
| XYZ | 29.14 | 42.42 | 33.04 | - |
| YUV | 159.02 | 119.52 | 85.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 192 | 144 | 0.48 | 0 | 0.25 | 0.25 | 148.7 | 0.42 | 0.57 |
| Hex | 64 | C0 | 90 | 30 | 0 | 19 | 19 | 95 | 2A | 39 |
| Octal | 144 | 300 | 220 | 60 | 0 | 31 | 31 | 225 | 52 | 71 |
| Binary | 1100100 | 11000000 | 10010000 | 110000 | 0 | 11001 | 11001 | 10010101 | 101010 | 111001 |
Color Harmonies of #64C090
Complementary color
Monochromatic Colors of #64C090
Black with #64C090
Text Example
Text Example
White with #64C090
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64C090; }
p { color: rgb(100,192,144); }
H1.HeaderClassName
{
color: #64C090;
}
.AnyTagClassName
{
color: #64C090;
}
</style>
background-color css
<style>
a { background-color: #64C090; }
a { background-color: rgb(100,192,144); }
div.DivClassName
{
background-color: #64C090;
}
.BgClassName
{
background-color: #64C090;
}
</style>
border-color css
<style>
span { border-color: #64C090; }
span { border-color: rgb(100,192,144); }
td.TdClassName
{
border-color: #64C090;
}
.TagClassName
{
border-color: #64C090;
}
</style>