#357E57

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

Shades of Amazon #357E57

Tints of Amazon #357E57

Color information

#357E57 (or 0x357E57) is unknown color: approx Amazon. HEX triplet: 35, 7E and 57. RGB value is (53,126,87). Sum of RGB (Red+Green+Blue) = 53+126+87=266 (35% of max value = 765). Red value is 53 (21.09% from 255 or 19.92% from 266); Green value is 126 (49.61% from 255 or 47.37% from 266); Blue value is 87 (34.38% from 255 or 32.71% from 266); Max value from RGB is 126 - color contains mainly: green. Hex color #357E57 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #357E57 is #CA81A8. Grayscale: #636363. Windows color (decimal): -13271465 or 5733941. OLE color: 5733941.

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

Color convert

RGB5312687-
CMYK0.5800.310.51
HSL147.95º40.78%35.1%-
HSV(B)147.95º57.94%49.41%-
XYZ10.6516.3711.61-
YUV99.73120.8294.67-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 19.92%
GREEN value IS 126 (49.61% from 255) = 47.37%
BLUE value IS 87 (34.38% from 255) = 32.71%
R=19.92%
G=47.37%
B=32.71%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal53126870.5800.310.51147.9540.7835.1
Hex357E573A01F33942923
Octal6517612772037632245143
Binary1101011111110101011111101001111111001110010100101001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #357E57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,126,87); }

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

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

 a { background-color: rgb(53,126,87); }

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

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

 span { border-color: rgb(53,126,87); }

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