#328647

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

Shades of Amazon #328647

Tints of Amazon #328647

Color information

#328647 (or 0x328647) is unknown color: approx Amazon. HEX triplet: 32, 86 and 47. RGB value is (50,134,71). Sum of RGB (Red+Green+Blue) = 50+134+71=255 (33% of max value = 765). Red value is 50 (19.92% from 255 or 19.61% from 255); Green value is 134 (52.73% from 255 or 52.55% from 255); Blue value is 71 (28.12% from 255 or 27.84% from 255); Max value from RGB is 134 - color contains mainly: green. Hex color #328647 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #328647 is #CD79B8. Grayscale: #656565. Windows color (decimal): -13466041 or 4687410. OLE color: 4687410.

HSL color Cylindrical-coordinate representation of color #328647: hue angle of 135º degrees, saturation: 0.46, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #328647 is Cyan = 0.63, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.47.

Color convert

RGB5013471-
CMYK0.6300.470.47
HSL135º45.65%36.08%-
HSV(B)135º62.69%52.55%-
XYZ10.9818.188.89-
YUV101.7110.6791.12-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 19.61%
GREEN value IS 134 (52.73% from 255) = 52.55%
BLUE value IS 71 (28.12% from 255) = 27.84%
R=19.61%
G=52.55%
B=27.84%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal50134710.6300.470.4713545.6536.08
Hex3286473F02F2F872e24
Octal6220610777057572075644
Binary110010100001101000111111111010111110111110000111101110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #328647

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #328647; }

 p { color: rgb(50,134,71); }

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

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

 a { background-color: rgb(50,134,71); }

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

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

 span { border-color: rgb(50,134,71); }

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