#327349

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

Shades of Amazon #327349

Tints of Amazon #327349

Color information

#327349 (or 0x327349) is unknown color: approx Amazon. HEX triplet: 32, 73 and 49. RGB value is (50,115,73). Sum of RGB (Red+Green+Blue) = 50+115+73=238 (31% of max value = 765). Red value is 50 (19.92% from 255 or 21.01% from 238); Green value is 115 (45.31% from 255 or 48.32% from 238); Blue value is 73 (28.91% from 255 or 30.67% from 238); Max value from RGB is 115 - color contains mainly: green. Hex color #327349 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #327349 is #CD8CB6. Grayscale: #5A5A5A. Windows color (decimal): -13470903 or 4813618. OLE color: 4813618.

HSL color Cylindrical-coordinate representation of color #327349: hue angle of 141.23º 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 #327349 is Cyan = 0.57, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.55.

Color convert

RGB5011573-
CMYK0.5700.370.55
HSL141.23º39.39%32.35%-
HSV(B)141.23º56.52%45.1%-
XYZ8.6513.428.44-
YUV90.78117.9798.92-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 21.01%
GREEN value IS 115 (45.31% from 255) = 48.32%
BLUE value IS 73 (28.91% from 255) = 30.67%
R=21.01%
G=48.32%
B=30.67%

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
Decimal50115730.5700.370.55141.2339.3932.35
Hex32734939025378d2720
Octal6216311171045672154740
Binary11001011100111001001111001010010111011110001101100111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #327349

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #327349; }

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

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

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

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

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

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

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

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