#327546

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

Shades of Amazon #327546

Tints of Amazon #327546

Color information

#327546 (or 0x327546) is unknown color: approx Amazon. HEX triplet: 32, 75 and 46. RGB value is (50,117,70). Sum of RGB (Red+Green+Blue) = 50+117+70=237 (31% of max value = 765). Red value is 50 (19.92% from 255 or 21.10% from 237); Green value is 117 (46.09% from 255 or 49.37% from 237); Blue value is 70 (27.73% from 255 or 29.54% from 237); Max value from RGB is 117 - color contains mainly: green. Hex color #327546 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #327546 is #CD8AB9. Grayscale: #5B5B5B. Windows color (decimal): -13470394 or 4617522. OLE color: 4617522.

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

Color convert

RGB5011770-
CMYK0.5700.400.54
HSL137.91º40.12%32.75%-
HSV(B)137.91º57.26%45.88%-
XYZ8.7813.848-
YUV91.61115.898.32-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 21.10%
GREEN value IS 117 (46.09% from 255) = 49.37%
BLUE value IS 70 (27.73% from 255) = 29.54%
R=21.10%
G=49.37%
B=29.54%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal50117700.5700.400.54137.9140.1232.75
Hex32754639028368a2821
Octal6216510671050662125041
Binary11001011101011000110111001010100011011010001010101000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #327546

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #327546; }

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

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

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

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

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

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

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

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