#356E51

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

Shades of Amazon #356E51

Tints of Amazon #356E51

Color information

#356E51 (or 0x356E51) is unknown color: approx Amazon. HEX triplet: 35, 6E and 51. RGB value is (53,110,81). Sum of RGB (Red+Green+Blue) = 53+110+81=244 (32% of max value = 765). Red value is 53 (21.09% from 255 or 21.72% from 244); Green value is 110 (43.36% from 255 or 45.08% from 244); Blue value is 81 (32.03% from 255 or 33.20% from 244); Max value from RGB is 110 - color contains mainly: green. Hex color #356E51 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #356E51 is #CA91AE. Grayscale: #595959. Windows color (decimal): -13275567 or 5336629. OLE color: 5336629.

HSL color Cylindrical-coordinate representation of color #356E51: hue angle of 149.47º degrees, saturation: 0.35, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #356E51 is Cyan = 0.52, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.57.

Color convert

RGB5311081-
CMYK0.5200.260.57
HSL149.47º34.97%31.96%-
HSV(B)149.47º51.82%43.14%-
XYZ8.5312.59.75-
YUV89.65123.12101.86-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 21.72%
GREEN value IS 110 (43.36% from 255) = 45.08%
BLUE value IS 81 (32.03% from 255) = 33.20%
R=21.72%
G=45.08%
B=33.20%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal53110810.5200.260.57149.4734.9731.96
Hex356E513401A39952320
Octal6515612164032712254340
Binary1101011101110101000111010001101011100110010101100011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #356E51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #356E51; }

 p { color: rgb(53,110,81); }

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

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

 a { background-color: rgb(53,110,81); }

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

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

 span { border-color: rgb(53,110,81); }

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