#357C53

Color #357C53 Amazon (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Amazon #357C53

Tints of Amazon #357C53

Color information

#357C53 (or 0x357C53) is unknown color: approx Amazon. HEX triplet: 35, 7C and 53. RGB value is (53,124,83). Sum of RGB (Red+Green+Blue) = 53+124+83=260 (34% of max value = 765). Red value is 53 (21.09% from 255 or 20.38% from 260); Green value is 124 (48.83% from 255 or 47.69% from 260); Blue value is 83 (32.81% from 255 or 31.92% from 260); Max value from RGB is 124 - color contains mainly: green. Hex color #357C53 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #357C53 is #CA83AC. Grayscale: #626262. Windows color (decimal): -13271981 or 5471285. OLE color: 5471285.

HSL color Cylindrical-coordinate representation of color #357C53: hue angle of 145.35º degrees, saturation: 0.4, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #357C53 is Cyan = 0.57, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.51.

Color convert

RGB5312483-
CMYK0.5700.330.51
HSL145.35º40.11%34.71%-
HSV(B)145.35º57.26%48.63%-
XYZ10.2415.810.69-
YUV98.1119.4895.83-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 20.38%
GREEN value IS 124 (48.83% from 255) = 47.69%
BLUE value IS 83 (32.81% from 255) = 31.92%
R=20.38%
G=47.69%
B=31.92%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal53124830.5700.330.51145.3540.1134.71
Hex357C533902133912823
Octal6517412371041632215043
Binary11010111111001010011111001010000111001110010001101000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #357C53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #357C53; }

 p { color: rgb(53,124,83); }

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

<style>
 a { background-color: #357C53; }

 a { background-color: rgb(53,124,83); }

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

<style>
 span { border-color: #357C53; }

 span { border-color: rgb(53,124,83); }

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