#357149

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

Shades of Amazon #357149

Tints of Amazon #357149

Color information

#357149 (or 0x357149) is unknown color: approx Amazon. HEX triplet: 35, 71 and 49. RGB value is (53,113,73). Sum of RGB (Red+Green+Blue) = 53+113+73=239 (31% of max value = 765). Red value is 53 (21.09% from 255 or 22.18% from 239); Green value is 113 (44.53% from 255 or 47.28% from 239); Blue value is 73 (28.91% from 255 or 30.54% from 239); Max value from RGB is 113 - color contains mainly: green. Hex color #357149 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #357149 is #CA8EB6. Grayscale: #5A5A5A. Windows color (decimal): -13274807 or 4813109. OLE color: 4813109.

HSL color Cylindrical-coordinate representation of color #357149: hue angle of 140º degrees, saturation: 0.36, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #357149 is Cyan = 0.53, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.56.

Color convert

RGB5311373-
CMYK0.5300.350.56
HSL140º36.14%32.55%-
HSV(B)140º53.1%44.31%-
XYZ8.5813.058.37-
YUV90.5118.12101.25-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 22.18%
GREEN value IS 113 (44.53% from 255) = 47.28%
BLUE value IS 73 (28.91% from 255) = 30.54%
R=22.18%
G=47.28%
B=30.54%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal53113730.5300.350.5614036.1432.55
Hex35714935023388c2421
Octal6516111165043702144441
Binary11010111100011001001110101010001111100010001100100100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #357149

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #357149; }

 p { color: rgb(53,113,73); }

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

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

 a { background-color: rgb(53,113,73); }

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

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

 span { border-color: rgb(53,113,73); }

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