#337349

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

Shades of Amazon #337349

Tints of Amazon #337349

Color information

#337349 (or 0x337349) is unknown color: approx Amazon. HEX triplet: 33, 73 and 49. RGB value is (51,115,73). Sum of RGB (Red+Green+Blue) = 51+115+73=239 (31% of max value = 765). Red value is 51 (20.31% from 255 or 21.34% from 239); Green value is 115 (45.31% from 255 or 48.12% from 239); Blue value is 73 (28.91% from 255 or 30.54% from 239); Max value from RGB is 115 - color contains mainly: green. Hex color #337349 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #337349 is #CC8CB6. Grayscale: #5B5B5B. Windows color (decimal): -13405367 or 4813619. OLE color: 4813619.

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

Color convert

RGB5111573-
CMYK0.5600.370.55
HSL140.62º38.55%32.55%-
HSV(B)140.62º55.65%45.1%-
XYZ8.713.458.44-
YUV91.08117.899.42-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 21.34%
GREEN value IS 115 (45.31% from 255) = 48.12%
BLUE value IS 73 (28.91% from 255) = 30.54%
R=21.34%
G=48.12%
B=30.54%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal51115730.5600.370.55140.6238.5532.55
Hex33734938025378d2721
Octal6316311170045672154741
Binary11001111100111001001111000010010111011110001101100111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #337349

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #337349; }

 p { color: rgb(51,115,73); }

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

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

 a { background-color: rgb(51,115,73); }

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

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

 span { border-color: rgb(51,115,73); }

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