#52C691

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

Shades of Silver Tree #52C691

Tints of Silver Tree #52C691

Color information

#52C691 (or 0x52C691) is unknown color: approx Silver Tree. HEX triplet: 52, C6 and 91. RGB value is (82,198,145). Sum of RGB (Red+Green+Blue) = 82+198+145=425 (56% of max value = 765). Red value is 82 (32.42% from 255 or 19.29% from 425); Green value is 198 (77.73% from 255 or 46.59% from 425); Blue value is 145 (57.03% from 255 or 34.12% from 425); Max value from RGB is 198 - color contains mainly: green. Hex color #52C691 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #52C691 is #AD396E. Grayscale: #9D9D9D. Windows color (decimal): -11352431 or 9553490. OLE color: 9553490.

HSL color Cylindrical-coordinate representation of color #52C691: hue angle of 152.59º degrees, saturation: 0.5, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #52C691 is Cyan = 0.59, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.22.

Color convert

RGB82198145-
CMYK0.5900.270.22
HSL152.59º50.43%54.9%-
HSV(B)152.59º58.59%77.65%-
XYZ28.7844.2333.81-
YUV157.27121.0774.31-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 19.29%
GREEN value IS 198 (77.73% from 255) = 46.59%
BLUE value IS 145 (57.03% from 255) = 34.12%
R=19.29%
G=46.59%
B=34.12%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal821981450.5900.270.22152.5950.4354.9
Hex52C6913B01B16993237
Octal12230622173033262316267
Binary101001011000110100100011110110110111011010011001110010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52C691

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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