#327146

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

Shades of Amazon #327146

Tints of Amazon #327146

Color information

#327146 (or 0x327146) is unknown color: approx Amazon. HEX triplet: 32, 71 and 46. RGB value is (50,113,70). Sum of RGB (Red+Green+Blue) = 50+113+70=233 (30% of max value = 765). Red value is 50 (19.92% from 255 or 21.46% from 233); Green value is 113 (44.53% from 255 or 48.50% from 233); Blue value is 70 (27.73% from 255 or 30.04% from 233); Max value from RGB is 113 - color contains mainly: green. Hex color #327146 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #327146 is #CD8EB9. Grayscale: #595959. Windows color (decimal): -13471418 or 4616498. OLE color: 4616498.

HSL color Cylindrical-coordinate representation of color #327146: hue angle of 139.05º degrees, saturation: 0.39, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #327146 is Cyan = 0.56, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.56.

Color convert

RGB5011370-
CMYK0.5600.380.56
HSL139.05º38.65%31.96%-
HSV(B)139.05º55.75%44.31%-
XYZ8.3312.937.85-
YUV89.26117.13100-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 21.46%
GREEN value IS 113 (44.53% from 255) = 48.50%
BLUE value IS 70 (27.73% from 255) = 30.04%
R=21.46%
G=48.50%
B=30.04%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal50113700.5600.380.56139.0538.6531.96
Hex32714638026388b2720
Octal6216110670046702134740
Binary11001011100011000110111000010011011100010001011100111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #327146

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #327146; }

 p { color: rgb(50,113,70); }

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

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

 a { background-color: rgb(50,113,70); }

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

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

 span { border-color: rgb(50,113,70); }

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