Shades of Silver Tree #65B48B
Tints of Silver Tree #65B48B
RGB
CMYK
RGB Variations
Color information
#65B48B (or 0x65B48B) is known color: Silver Tree. HEX triplet: 65, B4 and 8B. RGB value is (101,180,139). Sum of RGB (Red+Green+Blue) = 101+180+139=420 (55% of max value = 765). Red value is 101 (39.84% from 255 or 24.05% from 420); Green value is 180 (70.70% from 255 or 42.86% from 420); Blue value is 139 (54.69% from 255 or 33.10% from 420); Max value from RGB is 180 - color contains mainly: green. Hex color #65B48B is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #65B48B is #9A4B74. Grayscale: #979797. Windows color (decimal): -10111861 or 9155685. OLE color: 9155685.
HSL color Cylindrical-coordinate representation of color #65B48B: hue angle of 148.86º degrees, saturation: 0.34, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #65B48B is Cyan = 0.44, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 101 | 180 | 139 | - |
| CMYK | 0.44 | 0 | 0.23 | 0.29 |
| HSL | 148.86º | 0.34% | 0.55% | - |
| HSV(B) | 148.86º | 0.44% | 0.71% | - |
| XYZ | 26.35 | 37.27 | 30.23 | - |
| YUV | 151.71 | 120.83 | 91.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 180 | 139 | 0.44 | 0 | 0.23 | 0.29 | 148.86 | 0.34 | 0.55 |
| Hex | 65 | B4 | 8B | 2C | 0 | 17 | 1D | 95 | 22 | 37 |
| Octal | 145 | 264 | 213 | 54 | 0 | 27 | 35 | 225 | 42 | 67 |
| Binary | 1100101 | 10110100 | 10001011 | 101100 | 0 | 10111 | 11101 | 10010101 | 100010 | 110111 |
Color Harmonies of #65B48B
Complementary color
Monochromatic Colors of #65B48B
Black with #65B48B
Text Example
Text Example
White with #65B48B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65B48B; }
p { color: rgb(101,180,139); }
H1.HeaderClassName
{
color: #65B48B;
}
.AnyTagClassName
{
color: #65B48B;
}
</style>
background-color css
<style>
a { background-color: #65B48B; }
a { background-color: rgb(101,180,139); }
div.DivClassName
{
background-color: #65B48B;
}
.BgClassName
{
background-color: #65B48B;
}
</style>
border-color css
<style>
span { border-color: #65B48B; }
span { border-color: rgb(101,180,139); }
td.TdClassName
{
border-color: #65B48B;
}
.TagClassName
{
border-color: #65B48B;
}
</style>