Shades of Silver Tree #64C492
Tints of Silver Tree #64C492
RGB
CMYK
RGB Variations
Color information
#64C492 (or 0x64C492) is known color: Silver Tree. HEX triplet: 64, C4 and 92. RGB value is (100,196,146). Sum of RGB (Red+Green+Blue) = 100+196+146=442 (58% of max value = 765). Red value is 100 (39.45% from 255 or 22.62% from 442); Green value is 196 (76.95% from 255 or 44.34% from 442); Blue value is 146 (57.42% from 255 or 33.03% from 442); Max value from RGB is 196 - color contains mainly: green. Hex color #64C492 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #64C492 is #9B3B6D. Grayscale: #A1A1A1. Windows color (decimal): -10173294 or 9618532. OLE color: 9618532.
HSL color Cylindrical-coordinate representation of color #64C492: hue angle of 148.75º degrees, saturation: 0.45, 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 #64C492 is Cyan = 0.49, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 100 | 196 | 146 | - |
| CMYK | 0.49 | 0 | 0.26 | 0.23 |
| HSL | 148.75º | 0.45% | 0.58% | - |
| HSV(B) | 148.75º | 0.49% | 0.77% | - |
| XYZ | 30.18 | 44.26 | 34.15 | - |
| YUV | 161.6 | 119.2 | 84.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 196 | 146 | 0.49 | 0 | 0.26 | 0.23 | 148.75 | 0.45 | 0.58 |
| Hex | 64 | C4 | 92 | 31 | 0 | 1A | 17 | 95 | 2D | 3A |
| Octal | 144 | 304 | 222 | 61 | 0 | 32 | 27 | 225 | 55 | 72 |
| Binary | 1100100 | 11000100 | 10010010 | 110001 | 0 | 11010 | 10111 | 10010101 | 101101 | 111010 |
Color Harmonies of #64C492
Complementary color
Monochromatic Colors of #64C492
Black with #64C492
Text Example
Text Example
White with #64C492
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64C492; }
p { color: rgb(100,196,146); }
H1.HeaderClassName
{
color: #64C492;
}
.AnyTagClassName
{
color: #64C492;
}
</style>
background-color css
<style>
a { background-color: #64C492; }
a { background-color: rgb(100,196,146); }
div.DivClassName
{
background-color: #64C492;
}
.BgClassName
{
background-color: #64C492;
}
</style>
border-color css
<style>
span { border-color: #64C492; }
span { border-color: rgb(100,196,146); }
td.TdClassName
{
border-color: #64C492;
}
.TagClassName
{
border-color: #64C492;
}
</style>