#327354

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

Shades of Amazon #327354

Tints of Amazon #327354

Color information

#327354 (or 0x327354) is unknown color: approx Amazon. HEX triplet: 32, 73 and 54. RGB value is (50,115,84). Sum of RGB (Red+Green+Blue) = 50+115+84=249 (32% of max value = 765). Red value is 50 (19.92% from 255 or 20.08% from 249); Green value is 115 (45.31% from 255 or 46.18% from 249); Blue value is 84 (33.20% from 255 or 33.73% from 249); Max value from RGB is 115 - color contains mainly: green. Hex color #327354 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #327354 is #CD8CAB. Grayscale: #5C5C5C. Windows color (decimal): -13470892 or 5534514. OLE color: 5534514.

HSL color Cylindrical-coordinate representation of color #327354: hue angle of 151.38º degrees, saturation: 0.39, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #327354 is Cyan = 0.57, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.55.

Color convert

RGB5011584-
CMYK0.5700.270.55
HSL151.38º39.39%32.35%-
HSV(B)151.38º56.52%45.1%-
XYZ9.0513.5810.53-
YUV92.03123.4798.02-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 20.08%
GREEN value IS 115 (45.31% from 255) = 46.18%
BLUE value IS 84 (33.20% from 255) = 33.73%
R=20.08%
G=46.18%
B=33.73%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal50115840.5700.270.55151.3839.3932.35
Hex3273543901B37972720
Octal6216312471033672274740
Binary1100101110011101010011100101101111011110010111100111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #327354

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #327354; }

 p { color: rgb(50,115,84); }

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

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

 a { background-color: rgb(50,115,84); }

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

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

 span { border-color: rgb(50,115,84); }

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