#327D44

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

Shades of Amazon #327D44

Tints of Amazon #327D44

Color information

#327D44 (or 0x327D44) is unknown color: approx Amazon. HEX triplet: 32, 7D and 44. RGB value is (50,125,68). Sum of RGB (Red+Green+Blue) = 50+125+68=243 (32% of max value = 765). Red value is 50 (19.92% from 255 or 20.58% from 243); Green value is 125 (49.22% from 255 or 51.44% from 243); Blue value is 68 (26.95% from 255 or 27.98% from 243); Max value from RGB is 125 - color contains mainly: green. Hex color #327D44 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #327D44 is #CD82BB. Grayscale: #606060. Windows color (decimal): -13468348 or 4488498. OLE color: 4488498.

HSL color Cylindrical-coordinate representation of color #327D44: hue angle of 134.4º degrees, saturation: 0.43, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #327D44 is Cyan = 0.60, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.51.

Color convert

RGB5012568-
CMYK0.6000.460.51
HSL134.4º42.86%34.31%-
HSV(B)134.4º60%49.02%-
XYZ9.6915.768-
YUV96.08112.1595.13-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 20.58%
GREEN value IS 125 (49.22% from 255) = 51.44%
BLUE value IS 68 (26.95% from 255) = 27.98%
R=20.58%
G=51.44%
B=27.98%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal50125680.6000.460.51134.442.8634.31
Hex327D443C02E33862b22
Octal6217510474056632065342
Binary11001011111011000100111100010111011001110000110101011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #327D44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #327D44; }

 p { color: rgb(50,125,68); }

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

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

 a { background-color: rgb(50,125,68); }

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

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

 span { border-color: rgb(50,125,68); }

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