#327956

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

Shades of Amazon #327956

Tints of Amazon #327956

Color information

#327956 (or 0x327956) is unknown color: approx Amazon. HEX triplet: 32, 79 and 56. RGB value is (50,121,86). Sum of RGB (Red+Green+Blue) = 50+121+86=257 (34% of max value = 765). Red value is 50 (19.92% from 255 or 19.46% from 257); Green value is 121 (47.66% from 255 or 47.08% from 257); Blue value is 86 (33.98% from 255 or 33.46% from 257); Max value from RGB is 121 - color contains mainly: green. Hex color #327956 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #327956 is #CD86A9. Grayscale: #5F5F5F. Windows color (decimal): -13469354 or 5667122. OLE color: 5667122.

HSL color Cylindrical-coordinate representation of color #327956: hue angle of 150.42º degrees, saturation: 0.42, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #327956 is Cyan = 0.59, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.53.

Color convert

RGB5012186-
CMYK0.5900.290.53
HSL150.42º41.52%33.53%-
HSV(B)150.42º58.68%47.45%-
XYZ9.8315.0211.19-
YUV95.78122.4895.35-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 19.46%
GREEN value IS 121 (47.66% from 255) = 47.08%
BLUE value IS 86 (33.98% from 255) = 33.46%
R=19.46%
G=47.08%
B=33.46%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal50121860.5900.290.53150.4241.5233.53
Hex3279563B01D35962a22
Octal6217112673035652265242
Binary1100101111001101011011101101110111010110010110101010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #327956

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #327956; }

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

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

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

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

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

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

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

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