#356F46

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

Shades of Amazon #356F46

Tints of Amazon #356F46

Color information

#356F46 (or 0x356F46) is unknown color: approx Amazon. HEX triplet: 35, 6F and 46. RGB value is (53,111,70). Sum of RGB (Red+Green+Blue) = 53+111+70=234 (30% of max value = 765). Red value is 53 (21.09% from 255 or 22.65% from 234); Green value is 111 (43.75% from 255 or 47.44% from 234); Blue value is 70 (27.73% from 255 or 29.91% from 234); Max value from RGB is 111 - color contains mainly: green. Hex color #356F46 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #356F46 is #CA90B9. Grayscale: #595959. Windows color (decimal): -13275322 or 4615989. OLE color: 4615989.

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

Color convert

RGB5311170-
CMYK0.5200.370.56
HSL137.59º35.37%32.16%-
HSV(B)137.59º52.25%43.53%-
XYZ8.2612.577.78-
YUV88.98117.28102.33-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 22.65%
GREEN value IS 111 (43.75% from 255) = 47.44%
BLUE value IS 70 (27.73% from 255) = 29.91%
R=22.65%
G=47.44%
B=29.91%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal53111700.5200.370.56137.5935.3732.16
Hex356F4634025388a2320
Octal6515710664045702124340
Binary11010111011111000110110100010010111100010001010100011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #356F46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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