#357357

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

Shades of Amazon #357357

Tints of Amazon #357357

Color information

#357357 (or 0x357357) is unknown color: approx Amazon. HEX triplet: 35, 73 and 57. RGB value is (53,115,87). Sum of RGB (Red+Green+Blue) = 53+115+87=255 (33% of max value = 765). Red value is 53 (21.09% from 255 or 20.78% from 255); Green value is 115 (45.31% from 255 or 45.10% from 255); Blue value is 87 (34.38% from 255 or 34.12% from 255); Max value from RGB is 115 - color contains mainly: green. Hex color #357357 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #357357 is #CA8CA8. Grayscale: #5D5D5D. Windows color (decimal): -13274281 or 5731125. OLE color: 5731125.

HSL color Cylindrical-coordinate representation of color #357357: hue angle of 152.9º degrees, saturation: 0.37, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #357357 is Cyan = 0.54, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.55.

Color convert

RGB5311587-
CMYK0.5400.240.55
HSL152.9º36.9%32.94%-
HSV(B)152.9º53.91%45.1%-
XYZ9.3213.7111.17-
YUV93.27124.4699.28-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 20.78%
GREEN value IS 115 (45.31% from 255) = 45.10%
BLUE value IS 87 (34.38% from 255) = 34.12%
R=20.78%
G=45.10%
B=34.12%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal53115870.5400.240.55152.936.932.94
Hex3573573601837992521
Octal6516312766030672314541
Binary1101011110011101011111011001100011011110011001100101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #357357

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #357357; }

 p { color: rgb(53,115,87); }

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

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

 a { background-color: rgb(53,115,87); }

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

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

 span { border-color: rgb(53,115,87); }

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