#326F49

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

Shades of Amazon #326F49

Tints of Amazon #326F49

Color information

#326F49 (or 0x326F49) is unknown color: approx Amazon. HEX triplet: 32, 6F and 49. RGB value is (50,111,73). Sum of RGB (Red+Green+Blue) = 50+111+73=234 (30% of max value = 765). Red value is 50 (19.92% from 255 or 21.37% from 234); Green value is 111 (43.75% from 255 or 47.44% from 234); Blue value is 73 (28.91% from 255 or 31.20% from 234); Max value from RGB is 111 - color contains mainly: green. Hex color #326F49 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #326F49 is #CD90B6. Grayscale: #585858. Windows color (decimal): -13471927 or 4812594. OLE color: 4812594.

HSL color Cylindrical-coordinate representation of color #326F49: hue angle of 142.62º degrees, saturation: 0.38, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #326F49 is Cyan = 0.55, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.56.

Color convert

RGB5011173-
CMYK0.5500.340.56
HSL142.62º37.89%31.57%-
HSV(B)142.62º54.95%43.53%-
XYZ8.212.538.29-
YUV88.43119.29100.59-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 21.37%
GREEN value IS 111 (43.75% from 255) = 47.44%
BLUE value IS 73 (28.91% from 255) = 31.20%
R=21.37%
G=47.44%
B=31.20%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal50111730.5500.340.56142.6237.8931.57
Hex326F4937022388f2620
Octal6215711167042702174640
Binary11001011011111001001110111010001011100010001111100110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #326F49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #326F49; }

 p { color: rgb(50,111,73); }

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

<style>
 a { background-color: #326F49; }

 a { background-color: rgb(50,111,73); }

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

<style>
 span { border-color: #326F49; }

 span { border-color: rgb(50,111,73); }

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