Shades of Silver Tree #64C49A
Tints of Silver Tree #64C49A
RGB
CMYK
RGB Variations
Color information
#64C49A (or 0x64C49A) is known color: Silver Tree. HEX triplet: 64, C4 and 9A. RGB value is (100,196,154). Sum of RGB (Red+Green+Blue) = 100+196+154=450 (59% of max value = 765). Red value is 100 (39.45% from 255 or 22.22% from 450); Green value is 196 (76.95% from 255 or 43.56% from 450); Blue value is 154 (60.55% from 255 or 34.22% from 450); Max value from RGB is 196 - color contains mainly: green. Hex color #64C49A is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #64C49A is #9B3B65. Grayscale: #A2A2A2. Windows color (decimal): -10173286 or 10142820. OLE color: 10142820.
HSL color Cylindrical-coordinate representation of color #64C49A: hue angle of 153.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 #64C49A is Cyan = 0.49, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 100 | 196 | 154 | - |
| CMYK | 0.49 | 0 | 0.21 | 0.23 |
| HSL | 153.75º | 0.45% | 0.58% | - |
| HSV(B) | 153.75º | 0.49% | 0.77% | - |
| XYZ | 30.83 | 44.52 | 37.54 | - |
| YUV | 162.51 | 123.2 | 83.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 196 | 154 | 0.49 | 0 | 0.21 | 0.23 | 153.75 | 0.45 | 0.58 |
| Hex | 64 | C4 | 9A | 31 | 0 | 15 | 17 | 9A | 2D | 3A |
| Octal | 144 | 304 | 232 | 61 | 0 | 25 | 27 | 232 | 55 | 72 |
| Binary | 1100100 | 11000100 | 10011010 | 110001 | 0 | 10101 | 10111 | 10011010 | 101101 | 111010 |
Color Harmonies of #64C49A
Complementary color
Monochromatic Colors of #64C49A
Black with #64C49A
Text Example
Text Example
White with #64C49A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64C49A; }
p { color: rgb(100,196,154); }
H1.HeaderClassName
{
color: #64C49A;
}
.AnyTagClassName
{
color: #64C49A;
}
</style>
background-color css
<style>
a { background-color: #64C49A; }
a { background-color: rgb(100,196,154); }
div.DivClassName
{
background-color: #64C49A;
}
.BgClassName
{
background-color: #64C49A;
}
</style>
border-color css
<style>
span { border-color: #64C49A; }
span { border-color: rgb(100,196,154); }
td.TdClassName
{
border-color: #64C49A;
}
.TagClassName
{
border-color: #64C49A;
}
</style>