#33724C

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

Shades of Amazon #33724C

Tints of Amazon #33724C

Color information

#33724C (or 0x33724C) is unknown color: approx Amazon. HEX triplet: 33, 72 and 4C. RGB value is (51,114,76). Sum of RGB (Red+Green+Blue) = 51+114+76=241 (31% of max value = 765). Red value is 51 (20.31% from 255 or 21.16% from 241); Green value is 114 (44.92% from 255 or 47.30% from 241); Blue value is 76 (30.08% from 255 or 31.54% from 241); Max value from RGB is 114 - color contains mainly: green. Hex color #33724C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #33724C is #CC8DB3. Grayscale: #5A5A5A. Windows color (decimal): -13405620 or 5009971. OLE color: 5009971.

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

Color convert

RGB5111476-
CMYK0.5500.330.55
HSL143.81º38.18%32.35%-
HSV(B)143.81º55.26%44.71%-
XYZ8.6913.268.94-
YUV90.83119.6399.59-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 21.16%
GREEN value IS 114 (44.92% from 255) = 47.30%
BLUE value IS 76 (30.08% from 255) = 31.54%
R=21.16%
G=47.30%
B=31.54%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal51114760.5500.330.55143.8138.1832.35
Hex33724C3702137902620
Octal6316211467041672204640
Binary11001111100101001100110111010000111011110010000100110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33724C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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