#32734E

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

Shades of Amazon #32734E

Tints of Amazon #32734E

Color information

#32734E (or 0x32734E) is unknown color: approx Amazon. HEX triplet: 32, 73 and 4E. RGB value is (50,115,78). Sum of RGB (Red+Green+Blue) = 50+115+78=243 (32% of max value = 765). Red value is 50 (19.92% from 255 or 20.58% from 243); Green value is 115 (45.31% from 255 or 47.33% from 243); Blue value is 78 (30.86% from 255 or 32.10% from 243); Max value from RGB is 115 - color contains mainly: green. Hex color #32734E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #32734E is #CD8CB1. Grayscale: #5B5B5B. Windows color (decimal): -13470898 or 5141298. OLE color: 5141298.

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

Color convert

RGB5011578-
CMYK0.5700.320.55
HSL145.85º39.39%32.35%-
HSV(B)145.85º56.52%45.1%-
XYZ8.8213.499.35-
YUV91.35120.4798.51-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 20.58%
GREEN value IS 115 (45.31% from 255) = 47.33%
BLUE value IS 78 (30.86% from 255) = 32.10%
R=20.58%
G=47.33%
B=32.10%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal50115780.5700.320.55145.8539.3932.35
Hex32734E3902037922720
Octal6216311671040672224740
Binary11001011100111001110111001010000011011110010010100111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32734E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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