Shades of Silver Tree #52B388
Tints of Silver Tree #52B388
RGB
CMYK
RGB Variations
Color information
#52B388 (or 0x52B388) is known color: Silver Tree. HEX triplet: 52, B3 and 88. RGB value is (82,179,136). Sum of RGB (Red+Green+Blue) = 82+179+136=397 (52% of max value = 765). Red value is 82 (32.42% from 255 or 20.65% from 397); Green value is 179 (70.31% from 255 or 45.09% from 397); Blue value is 136 (53.52% from 255 or 34.26% from 397); Max value from RGB is 179 - color contains mainly: green. Hex color #52B388 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #52B388 is #AD4C77. Grayscale: #919191. Windows color (decimal): -11357304 or 8958802. OLE color: 8958802.
HSL color Cylindrical-coordinate representation of color #52B388: hue angle of 153.4º degrees, saturation: 0.39, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #52B388 is Cyan = 0.54, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 82 | 179 | 136 | - |
| CMYK | 0.54 | 0 | 0.24 | 0.30 |
| HSL | 153.4º | 0.39% | 0.51% | - |
| HSV(B) | 153.4º | 0.54% | 0.7% | - |
| XYZ | 24.04 | 35.81 | 28.94 | - |
| YUV | 145.1 | 122.86 | 83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 179 | 136 | 0.54 | 0 | 0.24 | 0.30 | 153.4 | 0.39 | 0.51 |
| Hex | 52 | B3 | 88 | 36 | 0 | 18 | 1E | 99 | 27 | 33 |
| Octal | 122 | 263 | 210 | 66 | 0 | 30 | 36 | 231 | 47 | 63 |
| Binary | 1010010 | 10110011 | 10001000 | 110110 | 0 | 11000 | 11110 | 10011001 | 100111 | 110011 |
Color Harmonies of #52B388
Complementary color
Monochromatic Colors of #52B388
Black with #52B388
Text Example
Text Example
White with #52B388
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52B388; }
p { color: rgb(82,179,136); }
H1.HeaderClassName
{
color: #52B388;
}
.AnyTagClassName
{
color: #52B388;
}
</style>
background-color css
<style>
a { background-color: #52B388; }
a { background-color: rgb(82,179,136); }
div.DivClassName
{
background-color: #52B388;
}
.BgClassName
{
background-color: #52B388;
}
</style>
border-color css
<style>
span { border-color: #52B388; }
span { border-color: rgb(82,179,136); }
td.TdClassName
{
border-color: #52B388;
}
.TagClassName
{
border-color: #52B388;
}
</style>