#52C18B

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

Shades of Silver Tree #52C18B

Tints of Silver Tree #52C18B

Color information

#52C18B (or 0x52C18B) is unknown color: approx Silver Tree. HEX triplet: 52, C1 and 8B. RGB value is (82,193,139). Sum of RGB (Red+Green+Blue) = 82+193+139=414 (54% of max value = 765). Red value is 82 (32.42% from 255 or 19.81% from 414); Green value is 193 (75.78% from 255 or 46.62% from 414); Blue value is 139 (54.69% from 255 or 33.57% from 414); Max value from RGB is 193 - color contains mainly: green. Hex color #52C18B is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #52C18B is #AD3E74. Grayscale: #999999. Windows color (decimal): -11353717 or 9158994. OLE color: 9158994.

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

Color convert

RGB82193139-
CMYK0.5800.280.24
HSL150.81º47.23%53.92%-
HSV(B)150.81º57.51%75.69%-
XYZ27.2141.831.06-
YUV153.66119.7376.89-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 19.81%
GREEN value IS 193 (75.78% from 255) = 46.62%
BLUE value IS 139 (54.69% from 255) = 33.57%
R=19.81%
G=46.62%
B=33.57%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal821931390.5800.280.24150.8147.2353.92
Hex52C18B3A01C18972f36
Octal12230121372034302275766
Binary101001011000001100010111110100111001100010010111101111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52C18B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,193,139); }

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

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

 a { background-color: rgb(82,193,139); }

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

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

 span { border-color: rgb(82,193,139); }

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