#327C4D

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

Shades of Amazon #327C4D

Tints of Amazon #327C4D

Color information

#327C4D (or 0x327C4D) is unknown color: approx Amazon. HEX triplet: 32, 7C and 4D. RGB value is (50,124,77). Sum of RGB (Red+Green+Blue) = 50+124+77=251 (33% of max value = 765). Red value is 50 (19.92% from 255 or 19.92% from 251); Green value is 124 (48.83% from 255 or 49.40% from 251); Blue value is 77 (30.47% from 255 or 30.68% from 251); Max value from RGB is 124 - color contains mainly: green. Hex color #327C4D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #327C4D is #CD83B2. Grayscale: #606060. Windows color (decimal): -13468595 or 5078066. OLE color: 5078066.

HSL color Cylindrical-coordinate representation of color #327C4D: hue angle of 141.89º 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 #327C4D is Cyan = 0.60, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.51.

Color convert

RGB5012477-
CMYK0.6000.380.51
HSL141.89º42.53%34.12%-
HSV(B)141.89º59.68%48.63%-
XYZ9.8615.639.52-
YUV96.52116.9894.82-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 19.92%
GREEN value IS 124 (48.83% from 255) = 49.40%
BLUE value IS 77 (30.47% from 255) = 30.68%
R=19.92%
G=49.40%
B=30.68%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal50124770.6000.380.51141.8942.5334.12
Hex327C4D3C026338e2b22
Octal6217411574046632165342
Binary11001011111001001101111100010011011001110001110101011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #327C4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(50,124,77); }

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

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

 a { background-color: rgb(50,124,77); }

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

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

 span { border-color: rgb(50,124,77); }

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