#357146

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

Shades of Amazon #357146

Tints of Amazon #357146

Color information

#357146 (or 0x357146) is unknown color: approx Amazon. HEX triplet: 35, 71 and 46. RGB value is (53,113,70). Sum of RGB (Red+Green+Blue) = 53+113+70=236 (31% of max value = 765). Red value is 53 (21.09% from 255 or 22.46% from 236); Green value is 113 (44.53% from 255 or 47.88% from 236); Blue value is 70 (27.73% from 255 or 29.66% from 236); Max value from RGB is 113 - color contains mainly: green. Hex color #357146 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #357146 is #CA8EB9. Grayscale: #5A5A5A. Windows color (decimal): -13274810 or 4616501. OLE color: 4616501.

HSL color Cylindrical-coordinate representation of color #357146: hue angle of 137º 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 #357146 is Cyan = 0.53, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.56.

Color convert

RGB5311370-
CMYK0.5300.380.56
HSL137º36.14%32.55%-
HSV(B)137º53.1%44.31%-
XYZ8.4813.017.86-
YUV90.16116.62101.5-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 22.46%
GREEN value IS 113 (44.53% from 255) = 47.88%
BLUE value IS 70 (27.73% from 255) = 29.66%
R=22.46%
G=47.88%
B=29.66%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal53113700.5300.380.5613736.1432.55
Hex3571463502638892421
Octal6516110665046702114441
Binary11010111100011000110110101010011011100010001001100100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #357146

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #357146; }

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

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

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

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

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

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

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

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