#357F57

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

Shades of Amazon #357F57

Tints of Amazon #357F57

Color information

#357F57 (or 0x357F57) is unknown color: approx Amazon. HEX triplet: 35, 7F and 57. RGB value is (53,127,87). Sum of RGB (Red+Green+Blue) = 53+127+87=267 (35% of max value = 765). Red value is 53 (21.09% from 255 or 19.85% from 267); Green value is 127 (50% from 255 or 47.57% from 267); Blue value is 87 (34.38% from 255 or 32.58% from 267); Max value from RGB is 127 - color contains mainly: green. Hex color #357F57 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #357F57 is #CA80A8. Grayscale: #646464. Windows color (decimal): -13271209 or 5734197. OLE color: 5734197.

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

Color convert

RGB5312787-
CMYK0.5800.310.50
HSL147.57º41.11%35.29%-
HSV(B)147.57º58.27%49.8%-
XYZ10.7816.6211.66-
YUV100.31120.4894.25-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 19.85%
GREEN value IS 127 (50% from 255) = 47.57%
BLUE value IS 87 (34.38% from 255) = 32.58%
R=19.85%
G=47.57%
B=32.58%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal53127870.5800.310.50147.5741.1135.29
Hex357F573A01F32942923
Octal6517712772037622245143
Binary1101011111111101011111101001111111001010010100101001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #357F57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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