#327649

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

Shades of Amazon #327649

Tints of Amazon #327649

Color information

#327649 (or 0x327649) is unknown color: approx Amazon. HEX triplet: 32, 76 and 49. RGB value is (50,118,73). Sum of RGB (Red+Green+Blue) = 50+118+73=241 (31% of max value = 765). Red value is 50 (19.92% from 255 or 20.75% from 241); Green value is 118 (46.48% from 255 or 48.96% from 241); Blue value is 73 (28.91% from 255 or 30.29% from 241); Max value from RGB is 118 - color contains mainly: green. Hex color #327649 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #327649 is #CD89B6. Grayscale: #5C5C5C. Windows color (decimal): -13470135 or 4814386. OLE color: 4814386.

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

Color convert

RGB5011873-
CMYK0.5800.380.54
HSL140.29º40.48%32.94%-
HSV(B)140.29º57.63%46.27%-
XYZ914.128.55-
YUV92.54116.9797.66-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 20.75%
GREEN value IS 118 (46.48% from 255) = 48.96%
BLUE value IS 73 (28.91% from 255) = 30.29%
R=20.75%
G=48.96%
B=30.29%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal50118730.5800.380.54140.2940.4832.94
Hex3276493A026368c2821
Octal6216611172046662145041
Binary11001011101101001001111010010011011011010001100101000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #327649

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #327649; }

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

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

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

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

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

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

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

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