Shades of Silver Tree #52C38D
Tints of Silver Tree #52C38D
RGB
CMYK
RGB Variations
Color information
#52C38D (or 0x52C38D) is known color: Silver Tree. HEX triplet: 52, C3 and 8D. RGB value is (82,195,141). Sum of RGB (Red+Green+Blue) = 82+195+141=418 (55% of max value = 765). Red value is 82 (32.42% from 255 or 19.62% from 418); Green value is 195 (76.56% from 255 or 46.65% from 418); Blue value is 141 (55.47% from 255 or 33.73% from 418); Max value from RGB is 195 - color contains mainly: green. Hex color #52C38D is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #52C38D is #AD3C72. Grayscale: #9B9B9B. Windows color (decimal): -11353203 or 9290578. OLE color: 9290578.
HSL color Cylindrical-coordinate representation of color #52C38D: hue angle of 151.33º degrees, saturation: 0.48, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #52C38D is Cyan = 0.58, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 82 | 195 | 141 | - |
| CMYK | 0.58 | 0 | 0.28 | 0.24 |
| HSL | 151.33º | 0.48% | 0.54% | - |
| HSV(B) | 151.33º | 0.58% | 0.76% | - |
| XYZ | 27.8 | 42.75 | 31.98 | - |
| YUV | 155.06 | 120.06 | 75.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 195 | 141 | 0.58 | 0 | 0.28 | 0.24 | 151.33 | 0.48 | 0.54 |
| Hex | 52 | C3 | 8D | 3A | 0 | 1C | 18 | 97 | 30 | 36 |
| Octal | 122 | 303 | 215 | 72 | 0 | 34 | 30 | 227 | 60 | 66 |
| Binary | 1010010 | 11000011 | 10001101 | 111010 | 0 | 11100 | 11000 | 10010111 | 110000 | 110110 |
Color Harmonies of #52C38D
Complementary color
Monochromatic Colors of #52C38D
Black with #52C38D
Text Example
Text Example
White with #52C38D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52C38D; }
p { color: rgb(82,195,141); }
H1.HeaderClassName
{
color: #52C38D;
}
.AnyTagClassName
{
color: #52C38D;
}
</style>
background-color css
<style>
a { background-color: #52C38D; }
a { background-color: rgb(82,195,141); }
div.DivClassName
{
background-color: #52C38D;
}
.BgClassName
{
background-color: #52C38D;
}
</style>
border-color css
<style>
span { border-color: #52C38D; }
span { border-color: rgb(82,195,141); }
td.TdClassName
{
border-color: #52C38D;
}
.TagClassName
{
border-color: #52C38D;
}
</style>