#53C390

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

Shades of Silver Tree #53C390

Tints of Silver Tree #53C390

Color information

#53C390 (or 0x53C390) is unknown color: approx Silver Tree. HEX triplet: 53, C3 and 90. RGB value is (83,195,144). Sum of RGB (Red+Green+Blue) = 83+195+144=422 (55% of max value = 765). Red value is 83 (32.81% from 255 or 19.67% from 422); Green value is 195 (76.56% from 255 or 46.21% from 422); Blue value is 144 (56.64% from 255 or 34.12% from 422); Max value from RGB is 195 - color contains mainly: green. Hex color #53C390 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #53C390 is #AC3C6F. Grayscale: #9B9B9B. Windows color (decimal): -11287664 or 9487187. OLE color: 9487187.

HSL color Cylindrical-coordinate representation of color #53C390: hue angle of 152.68º degrees, saturation: 0.48, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #53C390 is Cyan = 0.57, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.24.

Color convert

RGB83195144-
CMYK0.5700.260.24
HSL152.68º48.28%54.51%-
HSV(B)152.68º57.44%76.47%-
XYZ28.1242.8833.18-
YUV155.7121.3976.15-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 19.67%
GREEN value IS 195 (76.56% from 255) = 46.21%
BLUE value IS 144 (56.64% from 255) = 34.12%
R=19.67%
G=46.21%
B=34.12%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal831951440.5700.260.24152.6848.2854.51
Hex53C3903901A18993037
Octal12330322071032302316067
Binary101001111000011100100001110010110101100010011001110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53C390

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #53C390; }

 p { color: rgb(83,195,144); }

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

<style>
 a { background-color: #53C390; }

 a { background-color: rgb(83,195,144); }

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

<style>
 span { border-color: #53C390; }

 span { border-color: rgb(83,195,144); }

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