#32714C

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

Shades of Amazon #32714C

Tints of Amazon #32714C

Color information

#32714C (or 0x32714C) is unknown color: approx Amazon. HEX triplet: 32, 71 and 4C. RGB value is (50,113,76). Sum of RGB (Red+Green+Blue) = 50+113+76=239 (31% of max value = 765). Red value is 50 (19.92% from 255 or 20.92% from 239); Green value is 113 (44.53% from 255 or 47.28% from 239); Blue value is 76 (30.08% from 255 or 31.80% from 239); Max value from RGB is 113 - color contains mainly: green. Hex color #32714C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #32714C is #CD8EB3. Grayscale: #5A5A5A. Windows color (decimal): -13471412 or 5009714. OLE color: 5009714.

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

Color convert

RGB5011376-
CMYK0.5600.330.56
HSL144.76º38.65%31.96%-
HSV(B)144.76º55.75%44.31%-
XYZ8.5313.018.9-
YUV89.94120.1399.51-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 20.92%
GREEN value IS 113 (44.53% from 255) = 47.28%
BLUE value IS 76 (30.08% from 255) = 31.80%
R=20.92%
G=47.28%
B=31.80%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal50113760.5600.330.56144.7638.6531.96
Hex32714C3802138912720
Octal6216111470041702214740
Binary11001011100011001100111000010000111100010010001100111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32714C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #32714C; }

 p { color: rgb(50,113,76); }

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

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

 a { background-color: rgb(50,113,76); }

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

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

 span { border-color: rgb(50,113,76); }

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