#52C391

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

Shades of Silver Tree #52C391

Tints of Silver Tree #52C391

Color information

#52C391 (or 0x52C391) is unknown color: approx Silver Tree. HEX triplet: 52, C3 and 91. RGB value is (82,195,145). Sum of RGB (Red+Green+Blue) = 82+195+145=422 (55% of max value = 765). Red value is 82 (32.42% from 255 or 19.43% from 422); Green value is 195 (76.56% from 255 or 46.21% from 422); Blue value is 145 (57.03% from 255 or 34.36% from 422); Max value from RGB is 195 - color contains mainly: green. Hex color #52C391 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #52C391 is #AD3C6E. Grayscale: #9B9B9B. Windows color (decimal): -11353199 or 9552722. OLE color: 9552722.

HSL color Cylindrical-coordinate representation of color #52C391: hue angle of 153.45º 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 #52C391 is Cyan = 0.58, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.24.

Color convert

RGB82195145-
CMYK0.5800.260.24
HSL153.45º48.5%54.31%-
HSV(B)153.45º57.95%76.47%-
XYZ28.1142.8733.58-
YUV155.51122.0675.57-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 19.43%
GREEN value IS 195 (76.56% from 255) = 46.21%
BLUE value IS 145 (57.03% from 255) = 34.36%
R=19.43%
G=46.21%
B=34.36%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal821951450.5800.260.24153.4548.554.31
Hex52C3913A01A18993036
Octal12230322172032302316066
Binary101001011000011100100011110100110101100010011001110000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52C391

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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