#327448

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

Shades of Amazon #327448

Tints of Amazon #327448

Color information

#327448 (or 0x327448) is unknown color: approx Amazon. HEX triplet: 32, 74 and 48. RGB value is (50,116,72). Sum of RGB (Red+Green+Blue) = 50+116+72=238 (31% of max value = 765). Red value is 50 (19.92% from 255 or 21.01% from 238); Green value is 116 (45.70% from 255 or 48.74% from 238); Blue value is 72 (28.52% from 255 or 30.25% from 238); Max value from RGB is 116 - color contains mainly: green. Hex color #327448 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #327448 is #CD8BB7. Grayscale: #5B5B5B. Windows color (decimal): -13470648 or 4748338. OLE color: 4748338.

HSL color Cylindrical-coordinate representation of color #327448: hue angle of 140º 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 #327448 is Cyan = 0.57, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.55.

Color convert

RGB5011672-
CMYK0.5700.380.55
HSL140º39.76%32.55%-
HSV(B)140º56.9%45.49%-
XYZ8.7313.648.3-
YUV91.25117.1398.58-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 21.01%
GREEN value IS 116 (45.70% from 255) = 48.74%
BLUE value IS 72 (28.52% from 255) = 30.25%
R=21.01%
G=48.74%
B=30.25%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal50116720.5700.380.5514039.7632.55
Hex32744839026378c2821
Octal6216411071046672145041
Binary11001011101001001000111001010011011011110001100101000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #327448

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #327448; }

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

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

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

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

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

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

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

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