#357746

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

Shades of Amazon #357746

Tints of Amazon #357746

Color information

#357746 (or 0x357746) is unknown color: approx Amazon. HEX triplet: 35, 77 and 46. RGB value is (53,119,70). Sum of RGB (Red+Green+Blue) = 53+119+70=242 (32% of max value = 765). Red value is 53 (21.09% from 255 or 21.90% from 242); Green value is 119 (46.88% from 255 or 49.17% from 242); Blue value is 70 (27.73% from 255 or 28.93% from 242); Max value from RGB is 119 - color contains mainly: green. Hex color #357746 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #357746 is #CA88B9. Grayscale: #5D5D5D. Windows color (decimal): -13273274 or 4618037. OLE color: 4618037.

HSL color Cylindrical-coordinate representation of color #357746: hue angle of 135.45º degrees, saturation: 0.38, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #357746 is Cyan = 0.55, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.53.

Color convert

RGB5311970-
CMYK0.5500.410.53
HSL135.45º38.37%33.73%-
HSV(B)135.45º55.46%46.67%-
XYZ9.1714.398.09-
YUV93.68114.6398.98-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 21.90%
GREEN value IS 119 (46.88% from 255) = 49.17%
BLUE value IS 70 (27.73% from 255) = 28.93%
R=21.90%
G=49.17%
B=28.93%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal53119700.5500.410.53135.4538.3733.73
Hex3577463702935872622
Octal6516710667051652074642
Binary11010111101111000110110111010100111010110000111100110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #357746

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #357746; }

 p { color: rgb(53,119,70); }

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

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

 a { background-color: rgb(53,119,70); }

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

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

 span { border-color: rgb(53,119,70); }

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