#33704E

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

Shades of Amazon #33704E

Tints of Amazon #33704E

Color information

#33704E (or 0x33704E) is unknown color: approx Amazon. HEX triplet: 33, 70 and 4E. RGB value is (51,112,78). Sum of RGB (Red+Green+Blue) = 51+112+78=241 (31% of max value = 765). Red value is 51 (20.31% from 255 or 21.16% from 241); Green value is 112 (44.14% from 255 or 46.47% from 241); Blue value is 78 (30.86% from 255 or 32.37% from 241); Max value from RGB is 112 - color contains mainly: green. Hex color #33704E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #33704E is #CC8FB1. Grayscale: #595959. Windows color (decimal): -13406130 or 5140531. OLE color: 5140531.

HSL color Cylindrical-coordinate representation of color #33704E: hue angle of 146.56º degrees, saturation: 0.37, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #33704E is Cyan = 0.54, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.56.

Color convert

RGB5111278-
CMYK0.5400.300.56
HSL146.56º37.42%31.96%-
HSV(B)146.56º54.46%43.92%-
XYZ8.5312.849.24-
YUV89.88121.29100.26-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 21.16%
GREEN value IS 112 (44.14% from 255) = 46.47%
BLUE value IS 78 (30.86% from 255) = 32.37%
R=21.16%
G=46.47%
B=32.37%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal51112780.5400.300.56146.5637.4231.96
Hex33704E3601E38932520
Octal6316011666036702234540
Binary1100111110000100111011011001111011100010010011100101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33704E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(51,112,78); }

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

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

 a { background-color: rgb(51,112,78); }

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

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

 span { border-color: rgb(51,112,78); }

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