#327749

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

Shades of Amazon #327749

Tints of Amazon #327749

Color information

#327749 (or 0x327749) is unknown color: approx Amazon. HEX triplet: 32, 77 and 49. RGB value is (50,119,73). Sum of RGB (Red+Green+Blue) = 50+119+73=242 (32% of max value = 765). Red value is 50 (19.92% from 255 or 20.66% from 242); Green value is 119 (46.88% from 255 or 49.17% from 242); Blue value is 73 (28.91% from 255 or 30.17% from 242); Max value from RGB is 119 - color contains mainly: green. Hex color #327749 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #327749 is #CD88B6. Grayscale: #5D5D5D. Windows color (decimal): -13469879 or 4814642. OLE color: 4814642.

HSL color Cylindrical-coordinate representation of color #327749: hue angle of 140º degrees, saturation: 0.41, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #327749 is Cyan = 0.58, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.53.

Color convert

RGB5011973-
CMYK0.5800.390.53
HSL140º40.83%33.14%-
HSV(B)140º57.98%46.67%-
XYZ9.1114.358.59-
YUV93.12116.6497.24-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 20.66%
GREEN value IS 119 (46.88% from 255) = 49.17%
BLUE value IS 73 (28.91% from 255) = 30.17%
R=20.66%
G=49.17%
B=30.17%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal50119730.5800.390.5314040.8333.14
Hex3277493A027358c2921
Octal6216711172047652145141
Binary11001011101111001001111010010011111010110001100101001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #327749

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #327749; }

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

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

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

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

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

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

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

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