Shades of Silver Tree #52C38B
Tints of Silver Tree #52C38B
RGB
CMYK
RGB Variations
Color information
#52C38B (or 0x52C38B) is known color: Silver Tree. HEX triplet: 52, C3 and 8B. RGB value is (82,195,139). Sum of RGB (Red+Green+Blue) = 82+195+139=416 (55% of max value = 765). Red value is 82 (32.42% from 255 or 19.71% from 416); Green value is 195 (76.56% from 255 or 46.88% from 416); Blue value is 139 (54.69% from 255 or 33.41% from 416); Max value from RGB is 195 - color contains mainly: green. Hex color #52C38B is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #52C38B is #AD3C74. Grayscale: #9A9A9A. Windows color (decimal): -11353205 or 9159506. OLE color: 9159506.
HSL color Cylindrical-coordinate representation of color #52C38B: hue angle of 150.27º 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 #52C38B is Cyan = 0.58, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 82 | 195 | 139 | - |
| CMYK | 0.58 | 0 | 0.29 | 0.24 |
| HSL | 150.27º | 0.48% | 0.54% | - |
| HSV(B) | 150.27º | 0.58% | 0.76% | - |
| XYZ | 27.65 | 42.69 | 31.21 | - |
| YUV | 154.83 | 119.06 | 76.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 195 | 139 | 0.58 | 0 | 0.29 | 0.24 | 150.27 | 0.48 | 0.54 |
| Hex | 52 | C3 | 8B | 3A | 0 | 1D | 18 | 96 | 30 | 36 |
| Octal | 122 | 303 | 213 | 72 | 0 | 35 | 30 | 226 | 60 | 66 |
| Binary | 1010010 | 11000011 | 10001011 | 111010 | 0 | 11101 | 11000 | 10010110 | 110000 | 110110 |
Color Harmonies of #52C38B
Complementary color
Monochromatic Colors of #52C38B
Black with #52C38B
Text Example
Text Example
White with #52C38B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52C38B; }
p { color: rgb(82,195,139); }
H1.HeaderClassName
{
color: #52C38B;
}
.AnyTagClassName
{
color: #52C38B;
}
</style>
background-color css
<style>
a { background-color: #52C38B; }
a { background-color: rgb(82,195,139); }
div.DivClassName
{
background-color: #52C38B;
}
.BgClassName
{
background-color: #52C38B;
}
</style>
border-color css
<style>
span { border-color: #52C38B; }
span { border-color: rgb(82,195,139); }
td.TdClassName
{
border-color: #52C38B;
}
.TagClassName
{
border-color: #52C38B;
}
</style>