#328246

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

Shades of Amazon #328246

Tints of Amazon #328246

Color information

#328246 (or 0x328246) is unknown color: approx Amazon. HEX triplet: 32, 82 and 46. RGB value is (50,130,70). Sum of RGB (Red+Green+Blue) = 50+130+70=250 (33% of max value = 765). Red value is 50 (19.92% from 255 or 20% from 250); Green value is 130 (51.17% from 255 or 52% from 250); Blue value is 70 (27.73% from 255 or 28% from 250); Max value from RGB is 130 - color contains mainly: green. Hex color #328246 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #328246 is #CD7DB9. Grayscale: #636363. Windows color (decimal): -13467066 or 4620850. OLE color: 4620850.

HSL color Cylindrical-coordinate representation of color #328246: hue angle of 135º degrees, saturation: 0.44, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #328246 is Cyan = 0.62, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.49.

Color convert

RGB5013070-
CMYK0.6200.460.49
HSL135º44.44%35.29%-
HSV(B)135º61.54%50.98%-
XYZ10.417.098.54-
YUV99.24111.592.88-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 20%
GREEN value IS 130 (51.17% from 255) = 52%
BLUE value IS 70 (27.73% from 255) = 28%
R=20%
G=52%
B=28%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal50130700.6200.460.4913544.4435.29
Hex3282463E02E31872c23
Octal6220210676056612075443
Binary110010100000101000110111110010111011000110000111101100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #328246

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #328246; }

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

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

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

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

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

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

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

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