#327845

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

Shades of Amazon #327845

Tints of Amazon #327845

Color information

#327845 (or 0x327845) is unknown color: approx Amazon. HEX triplet: 32, 78 and 45. RGB value is (50,120,69). Sum of RGB (Red+Green+Blue) = 50+120+69=239 (31% of max value = 765). Red value is 50 (19.92% from 255 or 20.92% from 239); Green value is 120 (47.27% from 255 or 50.21% from 239); Blue value is 69 (27.34% from 255 or 28.87% from 239); Max value from RGB is 120 - color contains mainly: green. Hex color #327845 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #327845 is #CD87BA. Grayscale: #5D5D5D. Windows color (decimal): -13469627 or 4552754. OLE color: 4552754.

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

Color convert

RGB5012069-
CMYK0.5800.420.53
HSL136.29º41.18%33.33%-
HSV(B)136.29º58.33%47.06%-
XYZ9.1114.547.96-
YUV93.26114.3197.15-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 20.92%
GREEN value IS 120 (47.27% from 255) = 50.21%
BLUE value IS 69 (27.34% from 255) = 28.87%
R=20.92%
G=50.21%
B=28.87%

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
Decimal50120690.5800.420.53136.2941.1833.33
Hex3278453A02A35882921
Octal6217010572052652105141
Binary11001011110001000101111010010101011010110001000101001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #327845

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #327845; }

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

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

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

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

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

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

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

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