#326D4C

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

Shades of Amazon #326D4C

Tints of Amazon #326D4C

Color information

#326D4C (or 0x326D4C) is unknown color: approx Amazon. HEX triplet: 32, 6D and 4C. RGB value is (50,109,76). Sum of RGB (Red+Green+Blue) = 50+109+76=235 (31% of max value = 765). Red value is 50 (19.92% from 255 or 21.28% from 235); Green value is 109 (42.97% from 255 or 46.38% from 235); Blue value is 76 (30.08% from 255 or 32.34% from 235); Max value from RGB is 109 - color contains mainly: green. Hex color #326D4C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #326D4C is #CD92B3. Grayscale: #575757. Windows color (decimal): -13472436 or 5008690. OLE color: 5008690.

HSL color Cylindrical-coordinate representation of color #326D4C: hue angle of 146.44º degrees, saturation: 0.37, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #326D4C is Cyan = 0.54, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.57.

Color convert

RGB5010976-
CMYK0.5400.300.57
HSL146.44º37.11%31.18%-
HSV(B)146.44º54.13%42.75%-
XYZ8.0912.148.75-
YUV87.6121.45101.18-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 21.28%
GREEN value IS 109 (42.97% from 255) = 46.38%
BLUE value IS 76 (30.08% from 255) = 32.34%
R=21.28%
G=46.38%
B=32.34%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal50109760.5400.300.57146.4437.1131.18
Hex326D4C3601E3992251f
Octal6215511466036712224537
Binary110010110110110011001101100111101110011001001010010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #326D4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(50,109,76); }

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

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

 a { background-color: rgb(50,109,76); }

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

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

 span { border-color: rgb(50,109,76); }

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