#357C52

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

Shades of Amazon #357C52

Tints of Amazon #357C52

Color information

#357C52 (or 0x357C52) is unknown color: approx Amazon. HEX triplet: 35, 7C and 52. RGB value is (53,124,82). Sum of RGB (Red+Green+Blue) = 53+124+82=259 (34% of max value = 765). Red value is 53 (21.09% from 255 or 20.46% from 259); Green value is 124 (48.83% from 255 or 47.88% from 259); Blue value is 82 (32.42% from 255 or 31.66% from 259); Max value from RGB is 124 - color contains mainly: green. Hex color #357C52 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #357C52 is #CA83AD. Grayscale: #626262. Windows color (decimal): -13271982 or 5405749. OLE color: 5405749.

HSL color Cylindrical-coordinate representation of color #357C52: hue angle of 144.51º degrees, saturation: 0.4, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #357C52 is Cyan = 0.57, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.51.

Color convert

RGB5312482-
CMYK0.5700.340.51
HSL144.51º40.11%34.71%-
HSV(B)144.51º57.26%48.63%-
XYZ10.215.7810.49-
YUV97.98118.9895.92-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 20.46%
GREEN value IS 124 (48.83% from 255) = 47.88%
BLUE value IS 82 (32.42% from 255) = 31.66%
R=20.46%
G=47.88%
B=31.66%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal53124820.5700.340.51144.5140.1134.71
Hex357C523902233912823
Octal6517412271042632215043
Binary11010111111001010010111001010001011001110010001101000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #357C52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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