#327F5C

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

Shades of Amazon #327F5C

Tints of Amazon #327F5C

Color information

#327F5C (or 0x327F5C) is unknown color: approx Amazon. HEX triplet: 32, 7F and 5C. RGB value is (50,127,92). Sum of RGB (Red+Green+Blue) = 50+127+92=269 (35% of max value = 765). Red value is 50 (19.92% from 255 or 18.59% from 269); Green value is 127 (50% from 255 or 47.21% from 269); Blue value is 92 (36.33% from 255 or 34.20% from 269); Max value from RGB is 127 - color contains mainly: green. Hex color #327F5C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #327F5C is #CD80A3. Grayscale: #646464. Windows color (decimal): -13467812 or 6061874. OLE color: 6061874.

HSL color Cylindrical-coordinate representation of color #327F5C: hue angle of 152.73º degrees, saturation: 0.44, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #327F5C is Cyan = 0.61, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.50.

Color convert

RGB5012792-
CMYK0.6100.280.50
HSL152.73º43.5%34.71%-
HSV(B)152.73º60.63%49.8%-
XYZ10.8416.6312.76-
YUV99.99123.4992.35-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 18.59%
GREEN value IS 127 (50% from 255) = 47.21%
BLUE value IS 92 (36.33% from 255) = 34.20%
R=18.59%
G=47.21%
B=34.20%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal50127920.6100.280.50152.7343.534.71
Hex327F5C3D01C32992c23
Octal6217713475034622315443
Binary1100101111111101110011110101110011001010011001101100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #327F5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(50,127,92); }

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

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

 a { background-color: rgb(50,127,92); }

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

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

 span { border-color: rgb(50,127,92); }

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