#327548

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

Shades of Amazon #327548

Tints of Amazon #327548

Color information

#327548 (or 0x327548) is unknown color: approx Amazon. HEX triplet: 32, 75 and 48. RGB value is (50,117,72). Sum of RGB (Red+Green+Blue) = 50+117+72=239 (31% of max value = 765). Red value is 50 (19.92% from 255 or 20.92% from 239); Green value is 117 (46.09% from 255 or 48.95% from 239); Blue value is 72 (28.52% from 255 or 30.13% from 239); Max value from RGB is 117 - color contains mainly: green. Hex color #327548 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #327548 is #CD8AB7. Grayscale: #5B5B5B. Windows color (decimal): -13470392 or 4748594. OLE color: 4748594.

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

Color convert

RGB5011772-
CMYK0.5700.380.54
HSL139.7º40.12%32.75%-
HSV(B)139.7º57.26%45.88%-
XYZ8.8513.878.34-
YUV91.84116.898.16-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 20.92%
GREEN value IS 117 (46.09% from 255) = 48.95%
BLUE value IS 72 (28.52% from 255) = 30.13%
R=20.92%
G=48.95%
B=30.13%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal50117720.5700.380.54139.740.1232.75
Hex32754839026368c2821
Octal6216511071046662145041
Binary11001011101011001000111001010011011011010001100101000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #327548

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #327548; }

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

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

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

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

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

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

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

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