#357556

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

Shades of Amazon #357556

Tints of Amazon #357556

Color information

#357556 (or 0x357556) is unknown color: approx Amazon. HEX triplet: 35, 75 and 56. RGB value is (53,117,86). Sum of RGB (Red+Green+Blue) = 53+117+86=256 (33% of max value = 765). Red value is 53 (21.09% from 255 or 20.70% from 256); Green value is 117 (46.09% from 255 or 45.70% from 256); Blue value is 86 (33.98% from 255 or 33.59% from 256); Max value from RGB is 117 - color contains mainly: green. Hex color #357556 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #357556 is #CA8AA9. Grayscale: #5E5E5E. Windows color (decimal): -13273770 or 5666101. OLE color: 5666101.

HSL color Cylindrical-coordinate representation of color #357556: hue angle of 150.94º 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 #357556 is Cyan = 0.55, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.54.

Color convert

RGB5311786-
CMYK0.5500.260.54
HSL150.94º37.65%33.33%-
HSV(B)150.94º54.7%45.88%-
XYZ9.5114.1511.03-
YUV94.33123.398.52-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 20.70%
GREEN value IS 117 (46.09% from 255) = 45.70%
BLUE value IS 86 (33.98% from 255) = 33.59%
R=20.70%
G=45.70%
B=33.59%

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
Decimal53117860.5500.260.54150.9437.6533.33
Hex3575563701A36972621
Octal6516512667032662274641
Binary1101011110101101011011011101101011011010010111100110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #357556

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #357556; }

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

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

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

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

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

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

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

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