#357153

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

Shades of Amazon #357153

Tints of Amazon #357153

Color information

#357153 (or 0x357153) is unknown color: approx Amazon. HEX triplet: 35, 71 and 53. RGB value is (53,113,83). Sum of RGB (Red+Green+Blue) = 53+113+83=249 (32% of max value = 765). Red value is 53 (21.09% from 255 or 21.29% from 249); Green value is 113 (44.53% from 255 or 45.38% from 249); Blue value is 83 (32.81% from 255 or 33.33% from 249); Max value from RGB is 113 - color contains mainly: green. Hex color #357153 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #357153 is #CA8EAC. Grayscale: #5B5B5B. Windows color (decimal): -13274797 or 5468469. OLE color: 5468469.

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

Color convert

RGB5311383-
CMYK0.5300.270.56
HSL150º36.14%32.55%-
HSV(B)150º53.1%44.31%-
XYZ8.9313.1910.26-
YUV91.64123.12100.44-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 21.29%
GREEN value IS 113 (44.53% from 255) = 45.38%
BLUE value IS 83 (32.81% from 255) = 33.33%
R=21.29%
G=45.38%
B=33.33%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal53113830.5300.270.5615036.1432.55
Hex3571533501B38962421
Octal6516112365033702264441
Binary1101011110001101001111010101101111100010010110100100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #357153

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #357153; }

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

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

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

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

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

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

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

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