#32734B

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

Shades of Amazon #32734B

Tints of Amazon #32734B

Color information

#32734B (or 0x32734B) is unknown color: approx Amazon. HEX triplet: 32, 73 and 4B. RGB value is (50,115,75). Sum of RGB (Red+Green+Blue) = 50+115+75=240 (31% of max value = 765). Red value is 50 (19.92% from 255 or 20.83% from 240); Green value is 115 (45.31% from 255 or 47.92% from 240); Blue value is 75 (29.69% from 255 or 31.25% from 240); Max value from RGB is 115 - color contains mainly: green. Hex color #32734B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #32734B is #CD8CB4. Grayscale: #5B5B5B. Windows color (decimal): -13470901 or 4944690. OLE color: 4944690.

HSL color Cylindrical-coordinate representation of color #32734B: hue angle of 143.08º degrees, saturation: 0.39, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #32734B is Cyan = 0.57, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.55.

Color convert

RGB5011575-
CMYK0.5700.350.55
HSL143.08º39.39%32.35%-
HSV(B)143.08º56.52%45.1%-
XYZ8.7213.458.79-
YUV91118.9798.75-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 20.83%
GREEN value IS 115 (45.31% from 255) = 47.92%
BLUE value IS 75 (29.69% from 255) = 31.25%
R=20.83%
G=47.92%
B=31.25%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal50115750.5700.350.55143.0839.3932.35
Hex32734B39023378f2720
Octal6216311371043672174740
Binary11001011100111001011111001010001111011110001111100111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32734B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #32734B; }

 p { color: rgb(50,115,75); }

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

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

 a { background-color: rgb(50,115,75); }

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

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

 span { border-color: rgb(50,115,75); }

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