#327856

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

Shades of Amazon #327856

Tints of Amazon #327856

Color information

#327856 (or 0x327856) is unknown color: approx Amazon. HEX triplet: 32, 78 and 56. RGB value is (50,120,86). Sum of RGB (Red+Green+Blue) = 50+120+86=256 (33% of max value = 765). Red value is 50 (19.92% from 255 or 19.53% from 256); Green value is 120 (47.27% from 255 or 46.88% from 256); Blue value is 86 (33.98% from 255 or 33.59% from 256); Max value from RGB is 120 - color contains mainly: green. Hex color #327856 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #327856 is #CD87A9. Grayscale: #5F5F5F. Windows color (decimal): -13469610 or 5666866. OLE color: 5666866.

HSL color Cylindrical-coordinate representation of color #327856: hue angle of 150.86º degrees, saturation: 0.41, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #327856 is Cyan = 0.58, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.53.

Color convert

RGB5012086-
CMYK0.5800.280.53
HSL150.86º41.18%33.33%-
HSV(B)150.86º58.33%47.06%-
XYZ9.7114.7811.15-
YUV95.19122.8195.76-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 19.53%
GREEN value IS 120 (47.27% from 255) = 46.88%
BLUE value IS 86 (33.98% from 255) = 33.59%
R=19.53%
G=46.88%
B=33.59%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal50120860.5800.280.53150.8641.1833.33
Hex3278563A01C35972921
Octal6217012672034652275141
Binary1100101111000101011011101001110011010110010111101001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #327856

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #327856; }

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

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

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

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

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

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

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

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