#327644

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

Shades of Amazon #327644

Tints of Amazon #327644

Color information

#327644 (or 0x327644) is unknown color: approx Amazon. HEX triplet: 32, 76 and 44. RGB value is (50,118,68). Sum of RGB (Red+Green+Blue) = 50+118+68=236 (31% of max value = 765). Red value is 50 (19.92% from 255 or 21.19% from 236); Green value is 118 (46.48% from 255 or 50% from 236); Blue value is 68 (26.95% from 255 or 28.81% from 236); Max value from RGB is 118 - color contains mainly: green. Hex color #327644 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #327644 is #CD89BB. Grayscale: #5C5C5C. Windows color (decimal): -13470140 or 4486706. OLE color: 4486706.

HSL color Cylindrical-coordinate representation of color #327644: hue angle of 135.88º degrees, saturation: 0.4, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #327644 is Cyan = 0.58, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.54.

Color convert

RGB5011868-
CMYK0.5800.420.54
HSL135.88º40.48%32.94%-
HSV(B)135.88º57.63%46.27%-
XYZ8.8414.057.72-
YUV91.97114.4798.07-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 21.19%
GREEN value IS 118 (46.48% from 255) = 50%
BLUE value IS 68 (26.95% from 255) = 28.81%
R=21.19%
G=50%
B=28.81%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal50118680.5800.420.54135.8840.4832.94
Hex3276443A02A36882821
Octal6216610472052662105041
Binary11001011101101000100111010010101011011010001000101000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #327644

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #327644; }

 p { color: rgb(50,118,68); }

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

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

 a { background-color: rgb(50,118,68); }

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

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

 span { border-color: rgb(50,118,68); }

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