#33744F

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

Shades of Amazon #33744F

Tints of Amazon #33744F

Color information

#33744F (or 0x33744F) is unknown color: approx Amazon. HEX triplet: 33, 74 and 4F. RGB value is (51,116,79). Sum of RGB (Red+Green+Blue) = 51+116+79=246 (32% of max value = 765). Red value is 51 (20.31% from 255 or 20.73% from 246); Green value is 116 (45.70% from 255 or 47.15% from 246); Blue value is 79 (31.25% from 255 or 32.11% from 246); Max value from RGB is 116 - color contains mainly: green. Hex color #33744F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #33744F is #CC8BB0. Grayscale: #5C5C5C. Windows color (decimal): -13405105 or 5207091. OLE color: 5207091.

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

Color convert

RGB5111679-
CMYK0.5600.320.55
HSL145.85º38.92%32.75%-
HSV(B)145.85º56.03%45.49%-
XYZ9.0213.769.58-
YUV92.35120.4798.51-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 20.73%
GREEN value IS 116 (45.70% from 255) = 47.15%
BLUE value IS 79 (31.25% from 255) = 32.11%
R=20.73%
G=47.15%
B=32.11%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal51116790.5600.320.55145.8538.9232.75
Hex33744F3802037922721
Octal6316411770040672224741
Binary11001111101001001111111000010000011011110010010100111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33744F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #33744F; }

 p { color: rgb(51,116,79); }

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

<style>
 a { background-color: #33744F; }

 a { background-color: rgb(51,116,79); }

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

<style>
 span { border-color: #33744F; }

 span { border-color: rgb(51,116,79); }

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