Shades of Silver Tree #65C38C
Tints of Silver Tree #65C38C
RGB
CMYK
RGB Variations
Color information
#65C38C (or 0x65C38C) is known color: Silver Tree. HEX triplet: 65, C3 and 8C. RGB value is (101,195,140). Sum of RGB (Red+Green+Blue) = 101+195+140=436 (57% of max value = 765). Red value is 101 (39.84% from 255 or 23.17% from 436); Green value is 195 (76.56% from 255 or 44.72% from 436); Blue value is 140 (55.08% from 255 or 32.11% from 436); Max value from RGB is 195 - color contains mainly: green. Hex color #65C38C is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #65C38C is #9A3C73. Grayscale: #A0A0A0. Windows color (decimal): -10108020 or 9225061. OLE color: 9225061.
HSL color Cylindrical-coordinate representation of color #65C38C: hue angle of 144.89º 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 #65C38C is Cyan = 0.48, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 101 | 195 | 140 | - |
| CMYK | 0.48 | 0 | 0.28 | 0.24 |
| HSL | 144.89º | 0.44% | 0.58% | - |
| HSV(B) | 144.89º | 0.48% | 0.76% | - |
| XYZ | 29.62 | 43.69 | 31.68 | - |
| YUV | 160.62 | 116.36 | 85.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 195 | 140 | 0.48 | 0 | 0.28 | 0.24 | 144.89 | 0.44 | 0.58 |
| Hex | 65 | C3 | 8C | 30 | 0 | 1C | 18 | 91 | 2C | 3A |
| Octal | 145 | 303 | 214 | 60 | 0 | 34 | 30 | 221 | 54 | 72 |
| Binary | 1100101 | 11000011 | 10001100 | 110000 | 0 | 11100 | 11000 | 10010001 | 101100 | 111010 |
Color Harmonies of #65C38C
Complementary color
Monochromatic Colors of #65C38C
Black with #65C38C
Text Example
Text Example
White with #65C38C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65C38C; }
p { color: rgb(101,195,140); }
H1.HeaderClassName
{
color: #65C38C;
}
.AnyTagClassName
{
color: #65C38C;
}
</style>
background-color css
<style>
a { background-color: #65C38C; }
a { background-color: rgb(101,195,140); }
div.DivClassName
{
background-color: #65C38C;
}
.BgClassName
{
background-color: #65C38C;
}
</style>
border-color css
<style>
span { border-color: #65C38C; }
span { border-color: rgb(101,195,140); }
td.TdClassName
{
border-color: #65C38C;
}
.TagClassName
{
border-color: #65C38C;
}
</style>