#357F5D

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

Shades of Amazon #357F5D

Tints of Amazon #357F5D

Color information

#357F5D (or 0x357F5D) is unknown color: approx Amazon. HEX triplet: 35, 7F and 5D. RGB value is (53,127,93). Sum of RGB (Red+Green+Blue) = 53+127+93=273 (36% of max value = 765). Red value is 53 (21.09% from 255 or 19.41% from 273); Green value is 127 (50% from 255 or 46.52% from 273); Blue value is 93 (36.72% from 255 or 34.07% from 273); Max value from RGB is 127 - color contains mainly: green. Hex color #357F5D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #357F5D is #CA80A2. Grayscale: #656565. Windows color (decimal): -13271203 or 6127413. OLE color: 6127413.

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

Color convert

RGB5312793-
CMYK0.5800.270.50
HSL152.43º41.11%35.29%-
HSV(B)152.43º58.27%49.8%-
XYZ11.0316.7313-
YUV101123.4893.76-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 19.41%
GREEN value IS 127 (50% from 255) = 46.52%
BLUE value IS 93 (36.72% from 255) = 34.07%
R=19.41%
G=46.52%
B=34.07%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal53127930.5800.270.50152.4341.1135.29
Hex357F5D3A01B32982923
Octal6517713572033622305143
Binary1101011111111101110111101001101111001010011000101001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #357F5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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