#328248

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

Shades of Amazon #328248

Tints of Amazon #328248

Color information

#328248 (or 0x328248) is unknown color: approx Amazon. HEX triplet: 32, 82 and 48. RGB value is (50,130,72). Sum of RGB (Red+Green+Blue) = 50+130+72=252 (33% of max value = 765). Red value is 50 (19.92% from 255 or 19.84% from 252); Green value is 130 (51.17% from 255 or 51.59% from 252); Blue value is 72 (28.52% from 255 or 28.57% from 252); Max value from RGB is 130 - color contains mainly: green. Hex color #328248 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #328248 is #CD7DB7. Grayscale: #636363. Windows color (decimal): -13467064 or 4751922. OLE color: 4751922.

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

Color convert

RGB5013072-
CMYK0.6200.450.49
HSL136.5º44.44%35.29%-
HSV(B)136.5º61.54%50.98%-
XYZ10.4717.118.88-
YUV99.47112.592.72-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 19.84%
GREEN value IS 130 (51.17% from 255) = 51.59%
BLUE value IS 72 (28.52% from 255) = 28.57%
R=19.84%
G=51.59%
B=28.57%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal50130720.6200.450.49136.544.4435.29
Hex3282483E02D31882c23
Octal6220211076055612105443
Binary110010100000101001000111110010110111000110001000101100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #328248

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #328248; }

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

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

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

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

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

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

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

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