#357446

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

Shades of Amazon #357446

Tints of Amazon #357446

Color information

#357446 (or 0x357446) is unknown color: approx Amazon. HEX triplet: 35, 74 and 46. RGB value is (53,116,70). Sum of RGB (Red+Green+Blue) = 53+116+70=239 (31% of max value = 765). Red value is 53 (21.09% from 255 or 22.18% from 239); Green value is 116 (45.70% from 255 or 48.54% from 239); Blue value is 70 (27.73% from 255 or 29.29% from 239); Max value from RGB is 116 - color contains mainly: green. Hex color #357446 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #357446 is #CA8BB9. Grayscale: #5C5C5C. Windows color (decimal): -13274042 or 4617269. OLE color: 4617269.

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

Color convert

RGB5311670-
CMYK0.5400.400.55
HSL136.19º37.28%33.14%-
HSV(B)136.19º54.31%45.49%-
XYZ8.8213.697.97-
YUV91.92115.63100.24-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 22.18%
GREEN value IS 116 (45.70% from 255) = 48.54%
BLUE value IS 70 (27.73% from 255) = 29.29%
R=22.18%
G=48.54%
B=29.29%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal53116700.5400.400.55136.1937.2833.14
Hex3574463602837882521
Octal6516410666050672104541
Binary11010111101001000110110110010100011011110001000100101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #357446

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #357446; }

 p { color: rgb(53,116,70); }

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

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

 a { background-color: rgb(53,116,70); }

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

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

 span { border-color: rgb(53,116,70); }

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