#356D4E

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

Shades of Amazon #356D4E

Tints of Amazon #356D4E

Color information

#356D4E (or 0x356D4E) is unknown color: approx Amazon. HEX triplet: 35, 6D and 4E. RGB value is (53,109,78). Sum of RGB (Red+Green+Blue) = 53+109+78=240 (31% of max value = 765). Red value is 53 (21.09% from 255 or 22.08% from 240); Green value is 109 (42.97% from 255 or 45.42% from 240); Blue value is 78 (30.86% from 255 or 32.5% from 240); Max value from RGB is 109 - color contains mainly: green. Hex color #356D4E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #356D4E is #CA92B1. Grayscale: #585858. Windows color (decimal): -13275826 or 5139765. OLE color: 5139765.

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

Color convert

RGB5310978-
CMYK0.5100.280.57
HSL146.79º34.57%31.76%-
HSV(B)146.79º51.38%42.75%-
XYZ8.3112.249.13-
YUV88.72121.95102.52-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 22.08%
GREEN value IS 109 (42.97% from 255) = 45.42%
BLUE value IS 78 (30.86% from 255) = 32.5%
R=22.08%
G=45.42%
B=32.5%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal53109780.5100.280.57146.7934.5731.76
Hex356D4E3301C39932320
Octal6515511663034712234340
Binary1101011101101100111011001101110011100110010011100011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #356D4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,109,78); }

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

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

 a { background-color: rgb(53,109,78); }

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

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

 span { border-color: rgb(53,109,78); }

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