#327449

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

Shades of Amazon #327449

Tints of Amazon #327449

Color information

#327449 (or 0x327449) is unknown color: approx Amazon. HEX triplet: 32, 74 and 49. RGB value is (50,116,73). Sum of RGB (Red+Green+Blue) = 50+116+73=239 (31% of max value = 765). Red value is 50 (19.92% from 255 or 20.92% from 239); Green value is 116 (45.70% from 255 or 48.54% from 239); Blue value is 73 (28.91% from 255 or 30.54% from 239); Max value from RGB is 116 - color contains mainly: green. Hex color #327449 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #327449 is #CD8BB6. Grayscale: #5B5B5B. Windows color (decimal): -13470647 or 4813874. OLE color: 4813874.

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

Color convert

RGB5011673-
CMYK0.5700.370.55
HSL140.91º39.76%32.55%-
HSV(B)140.91º56.9%45.49%-
XYZ8.7613.658.48-
YUV91.36117.6398.5-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 20.92%
GREEN value IS 116 (45.70% from 255) = 48.54%
BLUE value IS 73 (28.91% from 255) = 30.54%
R=20.92%
G=48.54%
B=30.54%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal50116730.5700.370.55140.9139.7632.55
Hex32744939025378d2821
Octal6216411171045672155041
Binary11001011101001001001111001010010111011110001101101000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #327449

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #327449; }

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

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

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

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

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

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

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

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