#357A52

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

Shades of Amazon #357A52

Tints of Amazon #357A52

Color information

#357A52 (or 0x357A52) is unknown color: approx Amazon. HEX triplet: 35, 7A and 52. RGB value is (53,122,82). Sum of RGB (Red+Green+Blue) = 53+122+82=257 (34% of max value = 765). Red value is 53 (21.09% from 255 or 20.62% from 257); Green value is 122 (48.05% from 255 or 47.47% from 257); Blue value is 82 (32.42% from 255 or 31.91% from 257); Max value from RGB is 122 - color contains mainly: green. Hex color #357A52 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #357A52 is #CA85AD. Grayscale: #606060. Windows color (decimal): -13272494 or 5405237. OLE color: 5405237.

HSL color Cylindrical-coordinate representation of color #357A52: hue angle of 145.22º degrees, saturation: 0.39, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #357A52 is Cyan = 0.57, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.52.

Color convert

RGB5312282-
CMYK0.5700.330.52
HSL145.22º39.43%34.31%-
HSV(B)145.22º56.56%47.84%-
XYZ9.9515.2910.41-
YUV96.81119.6496.75-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 20.62%
GREEN value IS 122 (48.05% from 255) = 47.47%
BLUE value IS 82 (32.42% from 255) = 31.91%
R=20.62%
G=47.47%
B=31.91%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal53122820.5700.330.52145.2239.4334.31
Hex357A523902134912722
Octal6517212271041642214742
Binary11010111110101010010111001010000111010010010001100111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #357A52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #357A52; }

 p { color: rgb(53,122,82); }

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

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

 a { background-color: rgb(53,122,82); }

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

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

 span { border-color: rgb(53,122,82); }

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