#327846

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

Shades of Amazon #327846

Tints of Amazon #327846

Color information

#327846 (or 0x327846) is unknown color: approx Amazon. HEX triplet: 32, 78 and 46. RGB value is (50,120,70). Sum of RGB (Red+Green+Blue) = 50+120+70=240 (31% of max value = 765). Red value is 50 (19.92% from 255 or 20.83% from 240); Green value is 120 (47.27% from 255 or 50% from 240); Blue value is 70 (27.73% from 255 or 29.17% from 240); Max value from RGB is 120 - color contains mainly: green. Hex color #327846 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #327846 is #CD87B9. Grayscale: #5D5D5D. Windows color (decimal): -13469626 or 4618290. OLE color: 4618290.

HSL color Cylindrical-coordinate representation of color #327846: hue angle of 137.14º 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 #327846 is Cyan = 0.58, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.53.

Color convert

RGB5012070-
CMYK0.5800.420.53
HSL137.14º41.18%33.33%-
HSV(B)137.14º58.33%47.06%-
XYZ9.1414.558.12-
YUV93.37114.8197.07-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 20.83%
GREEN value IS 120 (47.27% from 255) = 50%
BLUE value IS 70 (27.73% from 255) = 29.17%
R=20.83%
G=50%
B=29.17%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal50120700.5800.420.53137.1441.1833.33
Hex3278463A02A35892921
Octal6217010672052652115141
Binary11001011110001000110111010010101011010110001001101001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #327846

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #327846; }

 p { color: rgb(50,120,70); }

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

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

 a { background-color: rgb(50,120,70); }

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

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

 span { border-color: rgb(50,120,70); }

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