#327247

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

Shades of Amazon #327247

Tints of Amazon #327247

Color information

#327247 (or 0x327247) is unknown color: approx Amazon. HEX triplet: 32, 72 and 47. RGB value is (50,114,71). Sum of RGB (Red+Green+Blue) = 50+114+71=235 (31% of max value = 765). Red value is 50 (19.92% from 255 or 21.28% from 235); Green value is 114 (44.92% from 255 or 48.51% from 235); Blue value is 71 (28.12% from 255 or 30.21% from 235); Max value from RGB is 114 - color contains mainly: green. Hex color #327247 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #327247 is #CD8DB8. Grayscale: #5A5A5A. Windows color (decimal): -13471161 or 4682290. OLE color: 4682290.

HSL color Cylindrical-coordinate representation of color #327247: hue angle of 139.69º degrees, saturation: 0.39, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #327247 is Cyan = 0.56, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.55.

Color convert

RGB5011471-
CMYK0.5600.380.55
HSL139.69º39.02%32.16%-
HSV(B)139.69º56.14%44.71%-
XYZ8.4713.178.06-
YUV89.96117.399.5-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 21.28%
GREEN value IS 114 (44.92% from 255) = 48.51%
BLUE value IS 71 (28.12% from 255) = 30.21%
R=21.28%
G=48.51%
B=30.21%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal50114710.5600.380.55139.6939.0232.16
Hex32724738026378c2720
Octal6216210770046672144740
Binary11001011100101000111111000010011011011110001100100111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #327247

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #327247; }

 p { color: rgb(50,114,71); }

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

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

 a { background-color: rgb(50,114,71); }

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

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

 span { border-color: rgb(50,114,71); }

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