#328247

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

Shades of Amazon #328247

Tints of Amazon #328247

Color information

#328247 (or 0x328247) is unknown color: approx Amazon. HEX triplet: 32, 82 and 47. RGB value is (50,130,71). Sum of RGB (Red+Green+Blue) = 50+130+71=251 (33% of max value = 765). Red value is 50 (19.92% from 255 or 19.92% from 251); Green value is 130 (51.17% from 255 or 51.79% from 251); Blue value is 71 (28.12% from 255 or 28.29% from 251); Max value from RGB is 130 - color contains mainly: green. Hex color #328247 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #328247 is #CD7DB8. Grayscale: #636363. Windows color (decimal): -13467065 or 4686386. OLE color: 4686386.

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

Color convert

RGB5013071-
CMYK0.6200.450.49
HSL135.75º44.44%35.29%-
HSV(B)135.75º61.54%50.98%-
XYZ10.4417.18.71-
YUV99.3511292.8-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 19.92%
GREEN value IS 130 (51.17% from 255) = 51.79%
BLUE value IS 71 (28.12% from 255) = 28.29%
R=19.92%
G=51.79%
B=28.29%

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
Decimal50130710.6200.450.49135.7544.4435.29
Hex3282473E02D31882c23
Octal6220210776055612105443
Binary110010100000101000111111110010110111000110001000101100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #328247

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #328247; }

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

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

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

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

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

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

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

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