#327C45

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

Shades of Amazon #327C45

Tints of Amazon #327C45

Color information

#327C45 (or 0x327C45) is unknown color: approx Amazon. HEX triplet: 32, 7C and 45. RGB value is (50,124,69). Sum of RGB (Red+Green+Blue) = 50+124+69=243 (32% of max value = 765). Red value is 50 (19.92% from 255 or 20.58% from 243); Green value is 124 (48.83% from 255 or 51.03% from 243); Blue value is 69 (27.34% from 255 or 28.40% from 243); Max value from RGB is 124 - color contains mainly: green. Hex color #327C45 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #327C45 is #CD83BA. Grayscale: #5F5F5F. Windows color (decimal): -13468603 or 4553778. OLE color: 4553778.

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

Color convert

RGB5012469-
CMYK0.6000.440.51
HSL135.41º42.53%34.12%-
HSV(B)135.41º59.68%48.63%-
XYZ9.615.528.12-
YUV95.6112.9895.47-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 20.58%
GREEN value IS 124 (48.83% from 255) = 51.03%
BLUE value IS 69 (27.34% from 255) = 28.40%
R=20.58%
G=51.03%
B=28.40%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal50124690.6000.440.51135.4142.5334.12
Hex327C453C02C33872b22
Octal6217410574054632075342
Binary11001011111001000101111100010110011001110000111101011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #327C45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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