#328256

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

Shades of Amazon #328256

Tints of Amazon #328256

Color information

#328256 (or 0x328256) is unknown color: approx Amazon. HEX triplet: 32, 82 and 56. RGB value is (50,130,86). Sum of RGB (Red+Green+Blue) = 50+130+86=266 (35% of max value = 765). Red value is 50 (19.92% from 255 or 18.80% from 266); Green value is 130 (51.17% from 255 or 48.87% from 266); Blue value is 86 (33.98% from 255 or 32.33% from 266); Max value from RGB is 130 - color contains mainly: green. Hex color #328256 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #328256 is #CD7DA9. Grayscale: #656565. Windows color (decimal): -13467050 or 5669426. OLE color: 5669426.

HSL color Cylindrical-coordinate representation of color #328256: hue angle of 147º 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 #328256 is Cyan = 0.62, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.49.

Color convert

RGB5013086-
CMYK0.6200.340.49
HSL147º44.44%35.29%-
HSV(B)147º61.54%50.98%-
XYZ10.9817.3211.57-
YUV101.06119.591.58-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 18.80%
GREEN value IS 130 (51.17% from 255) = 48.87%
BLUE value IS 86 (33.98% from 255) = 32.33%
R=18.80%
G=48.87%
B=32.33%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal50130860.6200.340.4914744.4435.29
Hex3282563E02231932c23
Octal6220212676042612235443
Binary110010100000101010110111110010001011000110010011101100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #328256

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #328256; }

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

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

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

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

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

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

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

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