#356C4F

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

Shades of Amazon #356C4F

Tints of Amazon #356C4F

Color information

#356C4F (or 0x356C4F) is unknown color: approx Amazon. HEX triplet: 35, 6C and 4F. RGB value is (53,108,79). Sum of RGB (Red+Green+Blue) = 53+108+79=240 (31% of max value = 765). Red value is 53 (21.09% from 255 or 22.08% from 240); Green value is 108 (42.58% from 255 or 45% from 240); Blue value is 79 (31.25% from 255 or 32.92% from 240); Max value from RGB is 108 - color contains mainly: green. Hex color #356C4F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #356C4F is #CA93B0. Grayscale: #585858. Windows color (decimal): -13276081 or 5205045. OLE color: 5205045.

HSL color Cylindrical-coordinate representation of color #356C4F: hue angle of 148.36º degrees, saturation: 0.34, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #356C4F is Cyan = 0.51, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.58.

Color convert

RGB5310879-
CMYK0.5100.270.58
HSL148.36º34.16%31.57%-
HSV(B)148.36º50.93%42.35%-
XYZ8.2412.059.29-
YUV88.25122.78102.86-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 22.08%
GREEN value IS 108 (42.58% from 255) = 45%
BLUE value IS 79 (31.25% from 255) = 32.92%
R=22.08%
G=45%
B=32.92%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal53108790.5100.270.58148.3634.1631.57
Hex356C4F3301B3A942220
Octal6515411763033722244240
Binary1101011101100100111111001101101111101010010100100010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #356C4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,108,79); }

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

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

 a { background-color: rgb(53,108,79); }

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

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

 span { border-color: rgb(53,108,79); }

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