#357F5E

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

Shades of Amazon #357F5E

Tints of Amazon #357F5E

Color information

#357F5E (or 0x357F5E) is unknown color: approx Amazon. HEX triplet: 35, 7F and 5E. RGB value is (53,127,94). Sum of RGB (Red+Green+Blue) = 53+127+94=274 (36% of max value = 765). Red value is 53 (21.09% from 255 or 19.34% from 274); Green value is 127 (50% from 255 or 46.35% from 274); Blue value is 94 (37.11% from 255 or 34.31% from 274); Max value from RGB is 127 - color contains mainly: green. Hex color #357F5E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #357F5E is #CA80A1. Grayscale: #656565. Windows color (decimal): -13271202 or 6192949. OLE color: 6192949.

HSL color Cylindrical-coordinate representation of color #357F5E: hue angle of 153.24º 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 #357F5E is Cyan = 0.58, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.50.

Color convert

RGB5312794-
CMYK0.5800.260.50
HSL153.24º41.11%35.29%-
HSV(B)153.24º58.27%49.8%-
XYZ11.0816.7413.24-
YUV101.11123.9893.68-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 19.34%
GREEN value IS 127 (50% from 255) = 46.35%
BLUE value IS 94 (37.11% from 255) = 34.31%
R=19.34%
G=46.35%
B=34.31%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal53127940.5800.260.50153.2441.1135.29
Hex357F5E3A01A32992923
Octal6517713672032622315143
Binary1101011111111101111011101001101011001010011001101001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #357F5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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