#356F51

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

Shades of Amazon #356F51

Tints of Amazon #356F51

Color information

#356F51 (or 0x356F51) is unknown color: approx Amazon. HEX triplet: 35, 6F and 51. RGB value is (53,111,81). Sum of RGB (Red+Green+Blue) = 53+111+81=245 (32% of max value = 765). Red value is 53 (21.09% from 255 or 21.63% from 245); Green value is 111 (43.75% from 255 or 45.31% from 245); Blue value is 81 (32.03% from 255 or 33.06% from 245); Max value from RGB is 111 - color contains mainly: green. Hex color #356F51 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #356F51 is #CA90AE. Grayscale: #5A5A5A. Windows color (decimal): -13275311 or 5336885. OLE color: 5336885.

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

Color convert

RGB5311181-
CMYK0.5200.270.56
HSL148.97º35.37%32.16%-
HSV(B)148.97º52.25%43.53%-
XYZ8.6412.729.78-
YUV90.24122.78101.44-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 21.63%
GREEN value IS 111 (43.75% from 255) = 45.31%
BLUE value IS 81 (32.03% from 255) = 33.06%
R=21.63%
G=45.31%
B=33.06%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal53111810.5200.270.56148.9735.3732.16
Hex356F513401B38952320
Octal6515712164033702254340
Binary1101011101111101000111010001101111100010010101100011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #356F51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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