#327444

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

Shades of Amazon #327444

Tints of Amazon #327444

Color information

#327444 (or 0x327444) is unknown color: approx Amazon. HEX triplet: 32, 74 and 44. RGB value is (50,116,68). Sum of RGB (Red+Green+Blue) = 50+116+68=234 (30% of max value = 765). Red value is 50 (19.92% from 255 or 21.37% from 234); Green value is 116 (45.70% from 255 or 49.57% from 234); Blue value is 68 (26.95% from 255 or 29.06% from 234); Max value from RGB is 116 - color contains mainly: green. Hex color #327444 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #327444 is #CD8BBB. Grayscale: #5A5A5A. Windows color (decimal): -13470652 or 4486194. OLE color: 4486194.

HSL color Cylindrical-coordinate representation of color #327444: hue angle of 136.36º degrees, saturation: 0.4, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #327444 is Cyan = 0.57, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.55.

Color convert

RGB5011668-
CMYK0.5700.410.55
HSL136.36º39.76%32.55%-
HSV(B)136.36º56.9%45.49%-
XYZ8.613.597.64-
YUV90.79115.1398.9-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 21.37%
GREEN value IS 116 (45.70% from 255) = 49.57%
BLUE value IS 68 (26.95% from 255) = 29.06%
R=21.37%
G=49.57%
B=29.06%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal50116680.5700.410.55136.3639.7632.55
Hex3274443902937882821
Octal6216410471051672105041
Binary11001011101001000100111001010100111011110001000101000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #327444

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #327444; }

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

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

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

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

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

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

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

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