#328043

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

Shades of Amazon #328043

Tints of Amazon #328043

Color information

#328043 (or 0x328043) is unknown color: approx Amazon. HEX triplet: 32, 80 and 43. RGB value is (50,128,67). Sum of RGB (Red+Green+Blue) = 50+128+67=245 (32% of max value = 765). Red value is 50 (19.92% from 255 or 20.41% from 245); Green value is 128 (50.39% from 255 or 52.24% from 245); Blue value is 67 (26.56% from 255 or 27.35% from 245); Max value from RGB is 128 - color contains mainly: green. Hex color #328043 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #328043 is #CD7FBC. Grayscale: #616161. Windows color (decimal): -13467581 or 4423730. OLE color: 4423730.

HSL color Cylindrical-coordinate representation of color #328043: hue angle of 133.08º 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 #328043 is Cyan = 0.61, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.50.

Color convert

RGB5012867-
CMYK0.6100.480.50
HSL133.08º43.82%34.9%-
HSV(B)133.08º60.94%50.2%-
XYZ10.0516.527.97-
YUV97.72110.6693.96-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 20.41%
GREEN value IS 128 (50.39% from 255) = 52.24%
BLUE value IS 67 (26.56% from 255) = 27.35%
R=20.41%
G=52.24%
B=27.35%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal50128670.6100.480.50133.0843.8234.9
Hex3280433D03032852c23
Octal6220010375060622055443
Binary110010100000001000011111101011000011001010000101101100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #328043

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #328043; }

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

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

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

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

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

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

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

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