#327643

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

Shades of Amazon #327643

Tints of Amazon #327643

Color information

#327643 (or 0x327643) is unknown color: approx Amazon. HEX triplet: 32, 76 and 43. RGB value is (50,118,67). Sum of RGB (Red+Green+Blue) = 50+118+67=235 (31% of max value = 765). Red value is 50 (19.92% from 255 or 21.28% from 235); Green value is 118 (46.48% from 255 or 50.21% from 235); Blue value is 67 (26.56% from 255 or 28.51% from 235); Max value from RGB is 118 - color contains mainly: green. Hex color #327643 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #327643 is #CD89BC. Grayscale: #5B5B5B. Windows color (decimal): -13470141 or 4421170. OLE color: 4421170.

HSL color Cylindrical-coordinate representation of color #327643: hue angle of 135º 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 #327643 is Cyan = 0.58, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.54.

Color convert

RGB5011867-
CMYK0.5800.430.54
HSL135º40.48%32.94%-
HSV(B)135º57.63%46.27%-
XYZ8.8114.047.56-
YUV91.85113.9798.15-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 21.28%
GREEN value IS 118 (46.48% from 255) = 50.21%
BLUE value IS 67 (26.56% from 255) = 28.51%
R=21.28%
G=50.21%
B=28.51%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal50118670.5800.430.5413540.4832.94
Hex3276433A02B36872821
Octal6216610372053662075041
Binary11001011101101000011111010010101111011010000111101000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #327643

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #327643; }

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

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

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

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

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

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

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

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