#357656

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

Shades of Amazon #357656

Tints of Amazon #357656

Color information

#357656 (or 0x357656) is unknown color: approx Amazon. HEX triplet: 35, 76 and 56. RGB value is (53,118,86). Sum of RGB (Red+Green+Blue) = 53+118+86=257 (34% of max value = 765). Red value is 53 (21.09% from 255 or 20.62% from 257); Green value is 118 (46.48% from 255 or 45.91% from 257); Blue value is 86 (33.98% from 255 or 33.46% from 257); Max value from RGB is 118 - color contains mainly: green. Hex color #357656 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #357656 is #CA89A9. Grayscale: #5E5E5E. Windows color (decimal): -13273514 or 5666357. OLE color: 5666357.

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

Color convert

RGB5311886-
CMYK0.5500.270.54
HSL150.46º38.01%33.53%-
HSV(B)150.46º55.08%46.27%-
XYZ9.6314.3911.07-
YUV94.92122.9798.1-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 20.62%
GREEN value IS 118 (46.48% from 255) = 45.91%
BLUE value IS 86 (33.98% from 255) = 33.46%
R=20.62%
G=45.91%
B=33.46%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal53118860.5500.270.54150.4638.0133.53
Hex3576563701B36962622
Octal6516612667033662264642
Binary1101011110110101011011011101101111011010010110100110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #357656

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #357656; }

 p { color: rgb(53,118,86); }

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

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

 a { background-color: rgb(53,118,86); }

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

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

 span { border-color: rgb(53,118,86); }

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