#33704C

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

Shades of Amazon #33704C

Tints of Amazon #33704C

Color information

#33704C (or 0x33704C) is unknown color: approx Amazon. HEX triplet: 33, 70 and 4C. RGB value is (51,112,76). Sum of RGB (Red+Green+Blue) = 51+112+76=239 (31% of max value = 765). Red value is 51 (20.31% from 255 or 21.34% from 239); Green value is 112 (44.14% from 255 or 46.86% from 239); Blue value is 76 (30.08% from 255 or 31.80% from 239); Max value from RGB is 112 - color contains mainly: green. Hex color #33704C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #33704C is #CC8FB3. Grayscale: #595959. Windows color (decimal): -13406132 or 5009459. OLE color: 5009459.

HSL color Cylindrical-coordinate representation of color #33704C: hue angle of 144.59º 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 #33704C is Cyan = 0.54, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.56.

Color convert

RGB5111276-
CMYK0.5400.320.56
HSL144.59º37.42%31.96%-
HSV(B)144.59º54.46%43.92%-
XYZ8.4612.818.86-
YUV89.66120.29100.43-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 21.34%
GREEN value IS 112 (44.14% from 255) = 46.86%
BLUE value IS 76 (30.08% from 255) = 31.80%
R=21.34%
G=46.86%
B=31.80%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal51112760.5400.320.56144.5937.4231.96
Hex33704C3602038912520
Octal6316011466040702214540
Binary11001111100001001100110110010000011100010010001100101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33704C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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