#32744E

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

Shades of Amazon #32744E

Tints of Amazon #32744E

Color information

#32744E (or 0x32744E) is unknown color: approx Amazon. HEX triplet: 32, 74 and 4E. RGB value is (50,116,78). Sum of RGB (Red+Green+Blue) = 50+116+78=244 (32% of max value = 765). Red value is 50 (19.92% from 255 or 20.49% from 244); Green value is 116 (45.70% from 255 or 47.54% from 244); Blue value is 78 (30.86% from 255 or 31.97% from 244); Max value from RGB is 116 - color contains mainly: green. Hex color #32744E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #32744E is #CD8BB1. Grayscale: #5C5C5C. Windows color (decimal): -13470642 or 5141554. OLE color: 5141554.

HSL color Cylindrical-coordinate representation of color #32744E: hue angle of 145.45º degrees, saturation: 0.4, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #32744E is Cyan = 0.57, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.55.

Color convert

RGB5011678-
CMYK0.5700.330.55
HSL145.45º39.76%32.55%-
HSV(B)145.45º56.9%45.49%-
XYZ8.9413.729.38-
YUV91.93120.1398.09-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 20.49%
GREEN value IS 116 (45.70% from 255) = 47.54%
BLUE value IS 78 (30.86% from 255) = 31.97%
R=20.49%
G=47.54%
B=31.97%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal50116780.5700.330.55145.4539.7632.55
Hex32744E3902137912821
Octal6216411671041672215041
Binary11001011101001001110111001010000111011110010001101000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32744E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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