#356F4F

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

Shades of Amazon #356F4F

Tints of Amazon #356F4F

Color information

#356F4F (or 0x356F4F) is unknown color: approx Amazon. HEX triplet: 35, 6F and 4F. RGB value is (53,111,79). Sum of RGB (Red+Green+Blue) = 53+111+79=243 (32% of max value = 765). Red value is 53 (21.09% from 255 or 21.81% from 243); Green value is 111 (43.75% from 255 or 45.68% from 243); Blue value is 79 (31.25% from 255 or 32.51% from 243); Max value from RGB is 111 - color contains mainly: green. Hex color #356F4F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #356F4F is #CA90B0. Grayscale: #5A5A5A. Windows color (decimal): -13275313 or 5205813. OLE color: 5205813.

HSL color Cylindrical-coordinate representation of color #356F4F: hue angle of 146.9º 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 #356F4F is Cyan = 0.52, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.56.

Color convert

RGB5311179-
CMYK0.5200.290.56
HSL146.9º35.37%32.16%-
HSV(B)146.9º52.25%43.53%-
XYZ8.5612.699.4-
YUV90.01121.78101.6-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 21.81%
GREEN value IS 111 (43.75% from 255) = 45.68%
BLUE value IS 79 (31.25% from 255) = 32.51%
R=21.81%
G=45.68%
B=32.51%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal53111790.5200.290.56146.935.3732.16
Hex356F4F3401D38932320
Octal6515711764035702234340
Binary1101011101111100111111010001110111100010010011100011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #356F4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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