#327348

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

Shades of Amazon #327348

Tints of Amazon #327348

Color information

#327348 (or 0x327348) is unknown color: approx Amazon. HEX triplet: 32, 73 and 48. RGB value is (50,115,72). Sum of RGB (Red+Green+Blue) = 50+115+72=237 (31% of max value = 765). Red value is 50 (19.92% from 255 or 21.10% from 237); Green value is 115 (45.31% from 255 or 48.52% from 237); Blue value is 72 (28.52% from 255 or 30.38% from 237); Max value from RGB is 115 - color contains mainly: green. Hex color #327348 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #327348 is #CD8CB7. Grayscale: #5A5A5A. Windows color (decimal): -13470904 or 4748082. OLE color: 4748082.

HSL color Cylindrical-coordinate representation of color #327348: hue angle of 140.31º degrees, saturation: 0.39, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #327348 is Cyan = 0.57, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.55.

Color convert

RGB5011572-
CMYK0.5700.370.55
HSL140.31º39.39%32.35%-
HSV(B)140.31º56.52%45.1%-
XYZ8.6213.418.26-
YUV90.66117.4799-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 21.10%
GREEN value IS 115 (45.31% from 255) = 48.52%
BLUE value IS 72 (28.52% from 255) = 30.38%
R=21.10%
G=48.52%
B=30.38%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal50115720.5700.370.55140.3139.3932.35
Hex32734839025378c2720
Octal6216311071045672144740
Binary11001011100111001000111001010010111011110001100100111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #327348

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #327348; }

 p { color: rgb(50,115,72); }

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

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

 a { background-color: rgb(50,115,72); }

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

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

 span { border-color: rgb(50,115,72); }

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