#328049

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

Shades of Amazon #328049

Tints of Amazon #328049

Color information

#328049 (or 0x328049) is unknown color: approx Amazon. HEX triplet: 32, 80 and 49. RGB value is (50,128,73). Sum of RGB (Red+Green+Blue) = 50+128+73=251 (33% of max value = 765). Red value is 50 (19.92% from 255 or 19.92% from 251); Green value is 128 (50.39% from 255 or 51.00% from 251); Blue value is 73 (28.91% from 255 or 29.08% from 251); Max value from RGB is 128 - color contains mainly: green. Hex color #328049 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #328049 is #CD7FB6. Grayscale: #626262. Windows color (decimal): -13467575 or 4816946. OLE color: 4816946.

HSL color Cylindrical-coordinate representation of color #328049: hue angle of 137.69º degrees, saturation: 0.44, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #328049 is Cyan = 0.61, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.50.

Color convert

RGB5012873-
CMYK0.6100.430.50
HSL137.69º43.82%34.9%-
HSV(B)137.69º60.94%50.2%-
XYZ10.2416.68.97-
YUV98.41113.6693.47-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 19.92%
GREEN value IS 128 (50.39% from 255) = 51.00%
BLUE value IS 73 (28.91% from 255) = 29.08%
R=19.92%
G=51.00%
B=29.08%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal50128730.6100.430.50137.6943.8234.9
Hex3280493D02B328a2c23
Octal6220011175053622125443
Binary110010100000001001001111101010101111001010001010101100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #328049

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #328049; }

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

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

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

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

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

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

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

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