#337149

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

Shades of Amazon #337149

Tints of Amazon #337149

Color information

#337149 (or 0x337149) is unknown color: approx Amazon. HEX triplet: 33, 71 and 49. RGB value is (51,113,73). Sum of RGB (Red+Green+Blue) = 51+113+73=237 (31% of max value = 765). Red value is 51 (20.31% from 255 or 21.52% from 237); Green value is 113 (44.53% from 255 or 47.68% from 237); Blue value is 73 (28.91% from 255 or 30.80% from 237); Max value from RGB is 113 - color contains mainly: green. Hex color #337149 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #337149 is #CC8EB6. Grayscale: #5A5A5A. Windows color (decimal): -13405879 or 4813107. OLE color: 4813107.

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

Color convert

RGB5111373-
CMYK0.5500.350.56
HSL141.29º37.8%32.16%-
HSV(B)141.29º54.87%44.31%-
XYZ8.47138.37-
YUV89.9118.46100.25-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 21.52%
GREEN value IS 113 (44.53% from 255) = 47.68%
BLUE value IS 73 (28.91% from 255) = 30.80%
R=21.52%
G=47.68%
B=30.80%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal51113730.5500.350.56141.2937.832.16
Hex33714937023388d2620
Octal6316111167043702154640
Binary11001111100011001001110111010001111100010001101100110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #337149

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #337149; }

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

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

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

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

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

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

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

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