#32724D

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

Shades of Amazon #32724D

Tints of Amazon #32724D

Color information

#32724D (or 0x32724D) is unknown color: approx Amazon. HEX triplet: 32, 72 and 4D. RGB value is (50,114,77). Sum of RGB (Red+Green+Blue) = 50+114+77=241 (31% of max value = 765). Red value is 50 (19.92% from 255 or 20.75% from 241); Green value is 114 (44.92% from 255 or 47.30% from 241); Blue value is 77 (30.47% from 255 or 31.95% from 241); Max value from RGB is 114 - color contains mainly: green. Hex color #32724D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #32724D is #CD8DB2. Grayscale: #5A5A5A. Windows color (decimal): -13471155 or 5075506. OLE color: 5075506.

HSL color Cylindrical-coordinate representation of color #32724D: hue angle of 145.31º 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 #32724D is Cyan = 0.56, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.55.

Color convert

RGB5011477-
CMYK0.5600.320.55
HSL145.31º39.02%32.16%-
HSV(B)145.31º56.14%44.71%-
XYZ8.6713.259.12-
YUV90.65120.399.01-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 20.75%
GREEN value IS 114 (44.92% from 255) = 47.30%
BLUE value IS 77 (30.47% from 255) = 31.95%
R=20.75%
G=47.30%
B=31.95%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal50114770.5600.320.55145.3139.0232.16
Hex32724D3802037912720
Octal6216211570040672214740
Binary11001011100101001101111000010000011011110010001100111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32724D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #32724D; }

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

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

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

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

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

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

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

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