#337148

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

Shades of Amazon #337148

Tints of Amazon #337148

Color information

#337148 (or 0x337148) is unknown color: approx Amazon. HEX triplet: 33, 71 and 48. RGB value is (51,113,72). Sum of RGB (Red+Green+Blue) = 51+113+72=236 (31% of max value = 765). Red value is 51 (20.31% from 255 or 21.61% from 236); Green value is 113 (44.53% from 255 or 47.88% from 236); Blue value is 72 (28.52% from 255 or 30.51% from 236); Max value from RGB is 113 - color contains mainly: green. Hex color #337148 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #337148 is #CC8EB7. Grayscale: #595959. Windows color (decimal): -13405880 or 4747571. OLE color: 4747571.

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

Color convert

RGB5111372-
CMYK0.5500.360.56
HSL140.32º37.8%32.16%-
HSV(B)140.32º54.87%44.31%-
XYZ8.4412.988.19-
YUV89.79117.96100.33-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 21.61%
GREEN value IS 113 (44.53% from 255) = 47.88%
BLUE value IS 72 (28.52% from 255) = 30.51%
R=21.61%
G=47.88%
B=30.51%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal51113720.5500.360.56140.3237.832.16
Hex33714837024388c2620
Octal6316111067044702144640
Binary11001111100011001000110111010010011100010001100100110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #337148

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #337148; }

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

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

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

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

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

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

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

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