#326F4E

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

Shades of Amazon #326F4E

Tints of Amazon #326F4E

Color information

#326F4E (or 0x326F4E) is unknown color: approx Amazon. HEX triplet: 32, 6F and 4E. RGB value is (50,111,78). Sum of RGB (Red+Green+Blue) = 50+111+78=239 (31% of max value = 765). Red value is 50 (19.92% from 255 or 20.92% from 239); Green value is 111 (43.75% from 255 or 46.44% from 239); Blue value is 78 (30.86% from 255 or 32.64% from 239); Max value from RGB is 111 - color contains mainly: green. Hex color #326F4E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #326F4E is #CD90B1. Grayscale: #595959. Windows color (decimal): -13471922 or 5140274. OLE color: 5140274.

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

Color convert

RGB5011178-
CMYK0.5500.300.56
HSL147.54º37.89%31.57%-
HSV(B)147.54º54.95%43.53%-
XYZ8.3712.69.2-
YUV89121.79100.18-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 20.92%
GREEN value IS 111 (43.75% from 255) = 46.44%
BLUE value IS 78 (30.86% from 255) = 32.64%
R=20.92%
G=46.44%
B=32.64%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal50111780.5500.300.56147.5437.8931.57
Hex326F4E3701E38942620
Octal6215711667036702244640
Binary1100101101111100111011011101111011100010010100100110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #326F4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #326F4E; }

 p { color: rgb(50,111,78); }

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

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

 a { background-color: rgb(50,111,78); }

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

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

 span { border-color: rgb(50,111,78); }

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