#327C4C

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

Shades of Amazon #327C4C

Tints of Amazon #327C4C

Color information

#327C4C (or 0x327C4C) is unknown color: approx Amazon. HEX triplet: 32, 7C and 4C. RGB value is (50,124,76). Sum of RGB (Red+Green+Blue) = 50+124+76=250 (33% of max value = 765). Red value is 50 (19.92% from 255 or 20% from 250); Green value is 124 (48.83% from 255 or 49.6% from 250); Blue value is 76 (30.08% from 255 or 30.4% from 250); Max value from RGB is 124 - color contains mainly: green. Hex color #327C4C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #327C4C is #CD83B3. Grayscale: #606060. Windows color (decimal): -13468596 or 5012530. OLE color: 5012530.

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

Color convert

RGB5012476-
CMYK0.6000.390.51
HSL141.08º42.53%34.12%-
HSV(B)141.08º59.68%48.63%-
XYZ9.8315.629.33-
YUV96.4116.4894.9-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 20%
GREEN value IS 124 (48.83% from 255) = 49.6%
BLUE value IS 76 (30.08% from 255) = 30.4%
R=20%
G=49.6%
B=30.4%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal50124760.6000.390.51141.0842.5334.12
Hex327C4C3C027338d2b22
Octal6217411474047632155342
Binary11001011111001001100111100010011111001110001101101011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #327C4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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