#327549

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

Shades of Amazon #327549

Tints of Amazon #327549

Color information

#327549 (or 0x327549) is unknown color: approx Amazon. HEX triplet: 32, 75 and 49. RGB value is (50,117,73). Sum of RGB (Red+Green+Blue) = 50+117+73=240 (31% of max value = 765). Red value is 50 (19.92% from 255 or 20.83% from 240); Green value is 117 (46.09% from 255 or 48.75% from 240); Blue value is 73 (28.91% from 255 or 30.42% from 240); Max value from RGB is 117 - color contains mainly: green. Hex color #327549 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #327549 is #CD8AB6. Grayscale: #5C5C5C. Windows color (decimal): -13470391 or 4814130. OLE color: 4814130.

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

Color convert

RGB5011773-
CMYK0.5700.380.54
HSL140.6º40.12%32.75%-
HSV(B)140.6º57.26%45.88%-
XYZ8.8813.888.51-
YUV91.95117.398.08-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 20.83%
GREEN value IS 117 (46.09% from 255) = 48.75%
BLUE value IS 73 (28.91% from 255) = 30.42%
R=20.83%
G=48.75%
B=30.42%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal50117730.5700.380.54140.640.1232.75
Hex32754939026368d2821
Octal6216511171046662155041
Binary11001011101011001001111001010011011011010001101101000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #327549

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #327549; }

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

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

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

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

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

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

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

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