Shades of Silver Tree #64BD8B
Tints of Silver Tree #64BD8B
RGB
CMYK
RGB Variations
Color information
#64BD8B (or 0x64BD8B) is known color: Silver Tree. HEX triplet: 64, BD and 8B. RGB value is (100,189,139). Sum of RGB (Red+Green+Blue) = 100+189+139=428 (56% of max value = 765). Red value is 100 (39.45% from 255 or 23.36% from 428); Green value is 189 (74.22% from 255 or 44.16% from 428); Blue value is 139 (54.69% from 255 or 32.48% from 428); Max value from RGB is 189 - color contains mainly: green. Hex color #64BD8B is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #64BD8B is #9B4274. Grayscale: #9C9C9C. Windows color (decimal): -10175093 or 9157988. OLE color: 9157988.
HSL color Cylindrical-coordinate representation of color #64BD8B: hue angle of 146.29º degrees, saturation: 0.4, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #64BD8B is Cyan = 0.47, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 100 | 189 | 139 | - |
| CMYK | 0.47 | 0 | 0.26 | 0.26 |
| HSL | 146.29º | 0.4% | 0.57% | - |
| HSV(B) | 146.29º | 0.47% | 0.74% | - |
| XYZ | 28.11 | 40.97 | 30.85 | - |
| YUV | 156.69 | 118.01 | 87.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 189 | 139 | 0.47 | 0 | 0.26 | 0.26 | 146.29 | 0.4 | 0.57 |
| Hex | 64 | BD | 8B | 2F | 0 | 1A | 1A | 92 | 28 | 39 |
| Octal | 144 | 275 | 213 | 57 | 0 | 32 | 32 | 222 | 50 | 71 |
| Binary | 1100100 | 10111101 | 10001011 | 101111 | 0 | 11010 | 11010 | 10010010 | 101000 | 111001 |
Color Harmonies of #64BD8B
Complementary color
Monochromatic Colors of #64BD8B
Black with #64BD8B
Text Example
Text Example
White with #64BD8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64BD8B; }
p { color: rgb(100,189,139); }
H1.HeaderClassName
{
color: #64BD8B;
}
.AnyTagClassName
{
color: #64BD8B;
}
</style>
background-color css
<style>
a { background-color: #64BD8B; }
a { background-color: rgb(100,189,139); }
div.DivClassName
{
background-color: #64BD8B;
}
.BgClassName
{
background-color: #64BD8B;
}
</style>
border-color css
<style>
span { border-color: #64BD8B; }
span { border-color: rgb(100,189,139); }
td.TdClassName
{
border-color: #64BD8B;
}
.TagClassName
{
border-color: #64BD8B;
}
</style>