Shades of Silver Tree #64B28A
Tints of Silver Tree #64B28A
RGB
CMYK
RGB Variations
Color information
#64B28A (or 0x64B28A) is known color: Silver Tree. HEX triplet: 64, B2 and 8A. RGB value is (100,178,138). Sum of RGB (Red+Green+Blue) = 100+178+138=416 (55% of max value = 765). Red value is 100 (39.45% from 255 or 24.04% from 416); Green value is 178 (69.92% from 255 or 42.79% from 416); Blue value is 138 (54.30% from 255 or 33.17% from 416); Max value from RGB is 178 - color contains mainly: green. Hex color #64B28A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #64B28A is #9B4D75. Grayscale: #969696. Windows color (decimal): -10177910 or 9089636. OLE color: 9089636.
HSL color Cylindrical-coordinate representation of color #64B28A: hue angle of 149.23º degrees, saturation: 0.34, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #64B28A is Cyan = 0.44, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 100 | 178 | 138 | - |
| CMYK | 0.44 | 0 | 0.22 | 0.30 |
| HSL | 149.23º | 0.34% | 0.55% | - |
| HSV(B) | 149.23º | 0.44% | 0.7% | - |
| XYZ | 25.76 | 36.39 | 29.71 | - |
| YUV | 150.12 | 121.16 | 92.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 178 | 138 | 0.44 | 0 | 0.22 | 0.30 | 149.23 | 0.34 | 0.55 |
| Hex | 64 | B2 | 8A | 2C | 0 | 16 | 1E | 95 | 22 | 37 |
| Octal | 144 | 262 | 212 | 54 | 0 | 26 | 36 | 225 | 42 | 67 |
| Binary | 1100100 | 10110010 | 10001010 | 101100 | 0 | 10110 | 11110 | 10010101 | 100010 | 110111 |
Color Harmonies of #64B28A
Complementary color
Monochromatic Colors of #64B28A
Black with #64B28A
Text Example
Text Example
White with #64B28A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64B28A; }
p { color: rgb(100,178,138); }
H1.HeaderClassName
{
color: #64B28A;
}
.AnyTagClassName
{
color: #64B28A;
}
</style>
background-color css
<style>
a { background-color: #64B28A; }
a { background-color: rgb(100,178,138); }
div.DivClassName
{
background-color: #64B28A;
}
.BgClassName
{
background-color: #64B28A;
}
</style>
border-color css
<style>
span { border-color: #64B28A; }
span { border-color: rgb(100,178,138); }
td.TdClassName
{
border-color: #64B28A;
}
.TagClassName
{
border-color: #64B28A;
}
</style>