Shades of Silver Tree #55C38C
Tints of Silver Tree #55C38C
RGB
CMYK
RGB Variations
Color information
#55C38C (or 0x55C38C) is known color: Silver Tree. HEX triplet: 55, C3 and 8C. RGB value is (85,195,140). Sum of RGB (Red+Green+Blue) = 85+195+140=420 (55% of max value = 765). Red value is 85 (33.59% from 255 or 20.24% from 420); Green value is 195 (76.56% from 255 or 46.43% from 420); Blue value is 140 (55.08% from 255 or 33.33% from 420); Max value from RGB is 195 - color contains mainly: green. Hex color #55C38C is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #55C38C is #AA3C73. Grayscale: #9B9B9B. Windows color (decimal): -11156596 or 9225045. OLE color: 9225045.
HSL color Cylindrical-coordinate representation of color #55C38C: hue angle of 150º degrees, saturation: 0.48, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #55C38C is Cyan = 0.56, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 85 | 195 | 140 | - |
| CMYK | 0.56 | 0 | 0.28 | 0.24 |
| HSL | 150º | 0.48% | 0.55% | - |
| HSV(B) | 150º | 0.56% | 0.76% | - |
| XYZ | 28 | 42.85 | 31.61 | - |
| YUV | 155.84 | 119.06 | 77.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 195 | 140 | 0.56 | 0 | 0.28 | 0.24 | 150 | 0.48 | 0.55 |
| Hex | 55 | C3 | 8C | 38 | 0 | 1C | 18 | 96 | 30 | 37 |
| Octal | 125 | 303 | 214 | 70 | 0 | 34 | 30 | 226 | 60 | 67 |
| Binary | 1010101 | 11000011 | 10001100 | 111000 | 0 | 11100 | 11000 | 10010110 | 110000 | 110111 |
Color Harmonies of #55C38C
Complementary color
Monochromatic Colors of #55C38C
Black with #55C38C
Text Example
Text Example
White with #55C38C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55C38C; }
p { color: rgb(85,195,140); }
H1.HeaderClassName
{
color: #55C38C;
}
.AnyTagClassName
{
color: #55C38C;
}
</style>
background-color css
<style>
a { background-color: #55C38C; }
a { background-color: rgb(85,195,140); }
div.DivClassName
{
background-color: #55C38C;
}
.BgClassName
{
background-color: #55C38C;
}
</style>
border-color css
<style>
span { border-color: #55C38C; }
span { border-color: rgb(85,195,140); }
td.TdClassName
{
border-color: #55C38C;
}
.TagClassName
{
border-color: #55C38C;
}
</style>