#357145

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

Shades of Amazon #357145

Tints of Amazon #357145

Color information

#357145 (or 0x357145) is unknown color: approx Amazon. HEX triplet: 35, 71 and 45. RGB value is (53,113,69). Sum of RGB (Red+Green+Blue) = 53+113+69=235 (31% of max value = 765). Red value is 53 (21.09% from 255 or 22.55% from 235); Green value is 113 (44.53% from 255 or 48.09% from 235); Blue value is 69 (27.34% from 255 or 29.36% from 235); Max value from RGB is 113 - color contains mainly: green. Hex color #357145 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #357145 is #CA8EBA. Grayscale: #5A5A5A. Windows color (decimal): -13274811 or 4550965. OLE color: 4550965.

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

Color convert

RGB5311369-
CMYK0.5300.390.56
HSL136º36.14%32.55%-
HSV(B)136º53.1%44.31%-
XYZ8.45137.69-
YUV90.04116.12101.58-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 22.55%
GREEN value IS 113 (44.53% from 255) = 48.09%
BLUE value IS 69 (27.34% from 255) = 29.36%
R=22.55%
G=48.09%
B=29.36%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal53113690.5300.390.5613636.1432.55
Hex3571453502738882421
Octal6516110565047702104441
Binary11010111100011000101110101010011111100010001000100100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #357145

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #357145; }

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

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

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

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

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

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

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

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