#357557

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

Shades of Amazon #357557

Tints of Amazon #357557

Color information

#357557 (or 0x357557) is unknown color: approx Amazon. HEX triplet: 35, 75 and 57. RGB value is (53,117,87). Sum of RGB (Red+Green+Blue) = 53+117+87=257 (34% of max value = 765). Red value is 53 (21.09% from 255 or 20.62% from 257); Green value is 117 (46.09% from 255 or 45.53% from 257); Blue value is 87 (34.38% from 255 or 33.85% from 257); Max value from RGB is 117 - color contains mainly: green. Hex color #357557 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #357557 is #CA8AA8. Grayscale: #5E5E5E. Windows color (decimal): -13273769 or 5731637. OLE color: 5731637.

HSL color Cylindrical-coordinate representation of color #357557: hue angle of 151.88º degrees, saturation: 0.38, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #357557 is Cyan = 0.55, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.54.

Color convert

RGB5311787-
CMYK0.5500.260.54
HSL151.88º37.65%33.33%-
HSV(B)151.88º54.7%45.88%-
XYZ9.5514.1711.25-
YUV94.44123.898.44-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 20.62%
GREEN value IS 117 (46.09% from 255) = 45.53%
BLUE value IS 87 (34.38% from 255) = 33.85%
R=20.62%
G=45.53%
B=33.85%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal53117870.5500.260.54151.8837.6533.33
Hex3575573701A36982621
Octal6516512767032662304641
Binary1101011110101101011111011101101011011010011000100110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #357557

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #357557; }

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

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

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

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

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

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

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

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