#32735A

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

Shades of Amazon #32735A

Tints of Amazon #32735A

Color information

#32735A (or 0x32735A) is unknown color: approx Amazon. HEX triplet: 32, 73 and 5A. RGB value is (50,115,90). Sum of RGB (Red+Green+Blue) = 50+115+90=255 (33% of max value = 765). Red value is 50 (19.92% from 255 or 19.61% from 255); Green value is 115 (45.31% from 255 or 45.10% from 255); Blue value is 90 (35.55% from 255 or 35.29% from 255); Max value from RGB is 115 - color contains mainly: green. Hex color #32735A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #32735A is #CD8CA5. Grayscale: #5C5C5C. Windows color (decimal): -13470886 or 5927730. OLE color: 5927730.

HSL color Cylindrical-coordinate representation of color #32735A: hue angle of 156.92º 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 #32735A is Cyan = 0.57, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.55.

Color convert

RGB5011590-
CMYK0.5700.220.55
HSL156.92º39.39%32.35%-
HSV(B)156.92º56.52%45.1%-
XYZ9.2913.6811.82-
YUV92.72126.4797.53-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 19.61%
GREEN value IS 115 (45.31% from 255) = 45.10%
BLUE value IS 90 (35.55% from 255) = 35.29%
R=19.61%
G=45.10%
B=35.29%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal50115900.5700.220.55156.9239.3932.35
Hex32735A39016379d2720
Octal6216313271026672354740
Binary1100101110011101101011100101011011011110011101100111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32735A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #32735A; }

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

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

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

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

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

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

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

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