#357347

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

Shades of Amazon #357347

Tints of Amazon #357347

Color information

#357347 (or 0x357347) is unknown color: approx Amazon. HEX triplet: 35, 73 and 47. RGB value is (53,115,71). Sum of RGB (Red+Green+Blue) = 53+115+71=239 (31% of max value = 765). Red value is 53 (21.09% from 255 or 22.18% from 239); Green value is 115 (45.31% from 255 or 48.12% from 239); Blue value is 71 (28.12% from 255 or 29.71% from 239); Max value from RGB is 115 - color contains mainly: green. Hex color #357347 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #357347 is #CA8CB8. Grayscale: #5B5B5B. Windows color (decimal): -13274297 or 4682549. OLE color: 4682549.

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

Color convert

RGB5311571-
CMYK0.5400.380.55
HSL137.42º36.9%32.94%-
HSV(B)137.42º53.91%45.1%-
XYZ8.7413.478.1-
YUV91.45116.46100.58-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 22.18%
GREEN value IS 115 (45.31% from 255) = 48.12%
BLUE value IS 71 (28.12% from 255) = 29.71%
R=22.18%
G=48.12%
B=29.71%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal53115710.5400.380.55137.4236.932.94
Hex3573473602637892521
Octal6516310766046672114541
Binary11010111100111000111110110010011011011110001001100101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #357347

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #357347; }

 p { color: rgb(53,115,71); }

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

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

 a { background-color: rgb(53,115,71); }

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

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

 span { border-color: rgb(53,115,71); }

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