#32704E

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

Shades of Amazon #32704E

Tints of Amazon #32704E

Color information

#32704E (or 0x32704E) is unknown color: approx Amazon. HEX triplet: 32, 70 and 4E. RGB value is (50,112,78). Sum of RGB (Red+Green+Blue) = 50+112+78=240 (31% of max value = 765). Red value is 50 (19.92% from 255 or 20.83% from 240); Green value is 112 (44.14% from 255 or 46.67% from 240); Blue value is 78 (30.86% from 255 or 32.5% from 240); Max value from RGB is 112 - color contains mainly: green. Hex color #32704E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #32704E is #CD8FB1. Grayscale: #595959. Windows color (decimal): -13471666 or 5140530. OLE color: 5140530.

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

Color convert

RGB5011278-
CMYK0.5500.300.56
HSL147.1º38.27%31.76%-
HSV(B)147.1º55.36%43.92%-
XYZ8.4812.829.23-
YUV89.59121.4699.76-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 20.83%
GREEN value IS 112 (44.14% from 255) = 46.67%
BLUE value IS 78 (30.86% from 255) = 32.5%
R=20.83%
G=46.67%
B=32.5%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal50112780.5500.300.56147.138.2731.76
Hex32704E3701E38932620
Octal6216011667036702234640
Binary1100101110000100111011011101111011100010010011100110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32704E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #32704E; }

 p { color: rgb(50,112,78); }

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

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

 a { background-color: rgb(50,112,78); }

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

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

 span { border-color: rgb(50,112,78); }

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