#52C591

Color #52C591 Silver Tree (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Silver Tree #52C591

Tints of Silver Tree #52C591

Color information

#52C591 (or 0x52C591) is unknown color: approx Silver Tree. HEX triplet: 52, C5 and 91. RGB value is (82,197,145). Sum of RGB (Red+Green+Blue) = 82+197+145=424 (56% of max value = 765). Red value is 82 (32.42% from 255 or 19.34% from 424); Green value is 197 (77.34% from 255 or 46.46% from 424); Blue value is 145 (57.03% from 255 or 34.20% from 424); Max value from RGB is 197 - color contains mainly: green. Hex color #52C591 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #52C591 is #AD3A6E. Grayscale: #9C9C9C. Windows color (decimal): -11352687 or 9553234. OLE color: 9553234.

HSL color Cylindrical-coordinate representation of color #52C591: hue angle of 152.87º degrees, saturation: 0.5, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #52C591 is Cyan = 0.58, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.23.

Color convert

RGB82197145-
CMYK0.5800.260.23
HSL152.87º49.78%54.71%-
HSV(B)152.87º58.38%77.25%-
XYZ28.5643.7733.73-
YUV156.69121.474.73-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 82 (32.42% from 255) = 19.34%
GREEN value IS 197 (77.34% from 255) = 46.46%
BLUE value IS 145 (57.03% from 255) = 34.20%
R=19.34%
G=46.46%
B=34.20%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal821971450.5800.260.23152.8749.7854.71
Hex52C5913A01A17993237
Octal12230522172032272316267
Binary101001011000101100100011110100110101011110011001110010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52C591

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #52C591; }

 p { color: rgb(82,197,145); }

 H1.HeaderClassName
 {
   color: #52C591;
 }
 .AnyTagClassName
 {
   color: #52C591;
 }
</style>
background-color css

<style>
 a { background-color: #52C591; }

 a { background-color: rgb(82,197,145); }

 div.DivClassName
 {
   background-color: #52C591;
 }
 .BgClassName
 {
   background-color: #52C591;
 }
</style>
border-color css

<style>
 span { border-color: #52C591; }

 span { border-color: rgb(82,197,145); }

 td.TdClassName
 {
   border-color: #52C591;
 }
 .TagClassName
 {
   border-color: #52C591;
 }
</style>