#33745C

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

Shades of Amazon #33745C

Tints of Amazon #33745C

Color information

#33745C (or 0x33745C) is unknown color: approx Amazon. HEX triplet: 33, 74 and 5C. RGB value is (51,116,92). Sum of RGB (Red+Green+Blue) = 51+116+92=259 (34% of max value = 765). Red value is 51 (20.31% from 255 or 19.69% from 259); Green value is 116 (45.70% from 255 or 44.79% from 259); Blue value is 92 (36.33% from 255 or 35.52% from 259); Max value from RGB is 116 - color contains mainly: green. Hex color #33745C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #33745C is #CC8BA3. Grayscale: #5D5D5D. Windows color (decimal): -13405092 or 6059059. OLE color: 6059059.

HSL color Cylindrical-coordinate representation of color #33745C: hue angle of 157.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 #33745C is Cyan = 0.56, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.55.

Color convert

RGB5111692-
CMYK0.5600.210.55
HSL157.85º38.92%32.75%-
HSV(B)157.85º56.03%45.49%-
XYZ9.5413.9712.32-
YUV93.83126.9797.45-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 19.69%
GREEN value IS 116 (45.70% from 255) = 44.79%
BLUE value IS 92 (36.33% from 255) = 35.52%
R=19.69%
G=44.79%
B=35.52%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal51116920.5600.210.55157.8538.9232.75
Hex33745C38015379e2721
Octal6316413470025672364741
Binary1100111110100101110011100001010111011110011110100111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33745C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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