Shades of Silver Tree #64C292
Tints of Silver Tree #64C292
RGB
CMYK
RGB Variations
Color information
#64C292 (or 0x64C292) is known color: Silver Tree. HEX triplet: 64, C2 and 92. RGB value is (100,194,146). Sum of RGB (Red+Green+Blue) = 100+194+146=440 (58% of max value = 765). Red value is 100 (39.45% from 255 or 22.73% from 440); Green value is 194 (76.17% from 255 or 44.09% from 440); Blue value is 146 (57.42% from 255 or 33.18% from 440); Max value from RGB is 194 - color contains mainly: green. Hex color #64C292 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #64C292 is #9B3D6D. Grayscale: #A0A0A0. Windows color (decimal): -10173806 or 9618020. OLE color: 9618020.
HSL color Cylindrical-coordinate representation of color #64C292: hue angle of 149.36º degrees, saturation: 0.44, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #64C292 is Cyan = 0.48, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 100 | 194 | 146 | - |
| CMYK | 0.48 | 0 | 0.25 | 0.24 |
| HSL | 149.36º | 0.44% | 0.58% | - |
| HSV(B) | 149.36º | 0.48% | 0.76% | - |
| XYZ | 29.74 | 43.37 | 34 | - |
| YUV | 160.42 | 119.86 | 84.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 194 | 146 | 0.48 | 0 | 0.25 | 0.24 | 149.36 | 0.44 | 0.58 |
| Hex | 64 | C2 | 92 | 30 | 0 | 19 | 18 | 95 | 2C | 3A |
| Octal | 144 | 302 | 222 | 60 | 0 | 31 | 30 | 225 | 54 | 72 |
| Binary | 1100100 | 11000010 | 10010010 | 110000 | 0 | 11001 | 11000 | 10010101 | 101100 | 111010 |
Color Harmonies of #64C292
Complementary color
Monochromatic Colors of #64C292
Black with #64C292
Text Example
Text Example
White with #64C292
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64C292; }
p { color: rgb(100,194,146); }
H1.HeaderClassName
{
color: #64C292;
}
.AnyTagClassName
{
color: #64C292;
}
</style>
background-color css
<style>
a { background-color: #64C292; }
a { background-color: rgb(100,194,146); }
div.DivClassName
{
background-color: #64C292;
}
.BgClassName
{
background-color: #64C292;
}
</style>
border-color css
<style>
span { border-color: #64C292; }
span { border-color: rgb(100,194,146); }
td.TdClassName
{
border-color: #64C292;
}
.TagClassName
{
border-color: #64C292;
}
</style>