Shades of Silver Tree #65C382
Tints of Silver Tree #65C382
RGB
CMYK
RGB Variations
Color information
#65C382 (or 0x65C382) is known color: Silver Tree. HEX triplet: 65, C3 and 82. RGB value is (101,195,130). Sum of RGB (Red+Green+Blue) = 101+195+130=426 (56% of max value = 765). Red value is 101 (39.84% from 255 or 23.71% from 426); Green value is 195 (76.56% from 255 or 45.77% from 426); Blue value is 130 (51.17% from 255 or 30.52% from 426); Max value from RGB is 195 - color contains mainly: green. Hex color #65C382 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #65C382 is #9A3C7D. Grayscale: #9F9F9F. Windows color (decimal): -10108030 or 8569701. OLE color: 8569701.
HSL color Cylindrical-coordinate representation of color #65C382: hue angle of 138.51º degrees, saturation: 0.44, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #65C382 is Cyan = 0.48, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 101 | 195 | 130 | - |
| CMYK | 0.48 | 0 | 0.33 | 0.24 |
| HSL | 138.51º | 0.44% | 0.58% | - |
| HSV(B) | 138.51º | 0.48% | 0.76% | - |
| XYZ | 28.91 | 43.41 | 27.97 | - |
| YUV | 159.48 | 111.36 | 86.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 195 | 130 | 0.48 | 0 | 0.33 | 0.24 | 138.51 | 0.44 | 0.58 |
| Hex | 65 | C3 | 82 | 30 | 0 | 21 | 18 | 8B | 2C | 3A |
| Octal | 145 | 303 | 202 | 60 | 0 | 41 | 30 | 213 | 54 | 72 |
| Binary | 1100101 | 11000011 | 10000010 | 110000 | 0 | 100001 | 11000 | 10001011 | 101100 | 111010 |
Color Harmonies of #65C382
Complementary color
Monochromatic Colors of #65C382
Black with #65C382
Text Example
Text Example
White with #65C382
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65C382; }
p { color: rgb(101,195,130); }
H1.HeaderClassName
{
color: #65C382;
}
.AnyTagClassName
{
color: #65C382;
}
</style>
background-color css
<style>
a { background-color: #65C382; }
a { background-color: rgb(101,195,130); }
div.DivClassName
{
background-color: #65C382;
}
.BgClassName
{
background-color: #65C382;
}
</style>
border-color css
<style>
span { border-color: #65C382; }
span { border-color: rgb(101,195,130); }
td.TdClassName
{
border-color: #65C382;
}
.TagClassName
{
border-color: #65C382;
}
</style>