#328254

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

Shades of Amazon #328254

Tints of Amazon #328254

Color information

#328254 (or 0x328254) is unknown color: approx Amazon. HEX triplet: 32, 82 and 54. RGB value is (50,130,84). Sum of RGB (Red+Green+Blue) = 50+130+84=264 (34% of max value = 765). Red value is 50 (19.92% from 255 or 18.94% from 264); Green value is 130 (51.17% from 255 or 49.24% from 264); Blue value is 84 (33.20% from 255 or 31.82% from 264); Max value from RGB is 130 - color contains mainly: green. Hex color #328254 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #328254 is #CD7DAB. Grayscale: #646464. Windows color (decimal): -13467052 or 5538354. OLE color: 5538354.

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

Color convert

RGB5013084-
CMYK0.6200.350.49
HSL145.5º44.44%35.29%-
HSV(B)145.5º61.54%50.98%-
XYZ10.917.2811.15-
YUV100.84118.591.74-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 18.94%
GREEN value IS 130 (51.17% from 255) = 49.24%
BLUE value IS 84 (33.20% from 255) = 31.82%
R=18.94%
G=49.24%
B=31.82%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal50130840.6200.350.49145.544.4435.29
Hex3282543E02331922c23
Octal6220212476043612225443
Binary110010100000101010100111110010001111000110010010101100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #328254

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #328254; }

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

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

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

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

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

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

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

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