#358357

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

Shades of Amazon #358357

Tints of Amazon #358357

Color information

#358357 (or 0x358357) is unknown color: approx Amazon. HEX triplet: 35, 83 and 57. RGB value is (53,131,87). Sum of RGB (Red+Green+Blue) = 53+131+87=271 (35% of max value = 765). Red value is 53 (21.09% from 255 or 19.56% from 271); Green value is 131 (51.56% from 255 or 48.34% from 271); Blue value is 87 (34.38% from 255 or 32.10% from 271); Max value from RGB is 131 - color contains mainly: green. Hex color #358357 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #358357 is #CA7CA8. Grayscale: #666666. Windows color (decimal): -13270185 or 5735221. OLE color: 5735221.

HSL color Cylindrical-coordinate representation of color #358357: hue angle of 146.15º degrees, saturation: 0.42, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #358357 is Cyan = 0.60, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.49.

Color convert

RGB5313187-
CMYK0.6000.340.49
HSL146.15º42.39%36.08%-
HSV(B)146.15º59.54%51.37%-
XYZ11.317.6811.83-
YUV102.66119.1692.58-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 19.56%
GREEN value IS 131 (51.56% from 255) = 48.34%
BLUE value IS 87 (34.38% from 255) = 32.10%
R=19.56%
G=48.34%
B=32.10%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal53131870.6000.340.49146.1542.3936.08
Hex3583573C02231922a24
Octal6520312774042612225244
Binary110101100000111010111111100010001011000110010010101010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #358357

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #358357; }

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

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

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

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

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

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

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

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