Shades of Silver Tree #52C190
Tints of Silver Tree #52C190
RGB
CMYK
RGB Variations
Color information
#52C190 (or 0x52C190) is known color: Silver Tree. HEX triplet: 52, C1 and 90. RGB value is (82,193,144). Sum of RGB (Red+Green+Blue) = 82+193+144=419 (55% of max value = 765). Red value is 82 (32.42% from 255 or 19.57% from 419); Green value is 193 (75.78% from 255 or 46.06% from 419); Blue value is 144 (56.64% from 255 or 34.37% from 419); Max value from RGB is 193 - color contains mainly: green. Hex color #52C190 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #52C190 is #AD3E6F. Grayscale: #9A9A9A. Windows color (decimal): -11353712 or 9486674. OLE color: 9486674.
HSL color Cylindrical-coordinate representation of color #52C190: hue angle of 153.51º degrees, saturation: 0.47, 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 #52C190 is Cyan = 0.58, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 82 | 193 | 144 | - |
| CMYK | 0.58 | 0 | 0.25 | 0.24 |
| HSL | 153.51º | 0.47% | 0.54% | - |
| HSV(B) | 153.51º | 0.58% | 0.76% | - |
| XYZ | 27.58 | 41.95 | 33.03 | - |
| YUV | 154.23 | 122.23 | 76.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 193 | 144 | 0.58 | 0 | 0.25 | 0.24 | 153.51 | 0.47 | 0.54 |
| Hex | 52 | C1 | 90 | 3A | 0 | 19 | 18 | 9A | 2F | 36 |
| Octal | 122 | 301 | 220 | 72 | 0 | 31 | 30 | 232 | 57 | 66 |
| Binary | 1010010 | 11000001 | 10010000 | 111010 | 0 | 11001 | 11000 | 10011010 | 101111 | 110110 |
Color Harmonies of #52C190
Complementary color
Monochromatic Colors of #52C190
Black with #52C190
Text Example
Text Example
White with #52C190
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52C190; }
p { color: rgb(82,193,144); }
H1.HeaderClassName
{
color: #52C190;
}
.AnyTagClassName
{
color: #52C190;
}
</style>
background-color css
<style>
a { background-color: #52C190; }
a { background-color: rgb(82,193,144); }
div.DivClassName
{
background-color: #52C190;
}
.BgClassName
{
background-color: #52C190;
}
</style>
border-color css
<style>
span { border-color: #52C190; }
span { border-color: rgb(82,193,144); }
td.TdClassName
{
border-color: #52C190;
}
.TagClassName
{
border-color: #52C190;
}
</style>