#337D55

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

Shades of Amazon #337D55

Tints of Amazon #337D55

Color information

#337D55 (or 0x337D55) is unknown color: approx Amazon. HEX triplet: 33, 7D and 55. RGB value is (51,125,85). Sum of RGB (Red+Green+Blue) = 51+125+85=261 (34% of max value = 765). Red value is 51 (20.31% from 255 or 19.54% from 261); Green value is 125 (49.22% from 255 or 47.89% from 261); Blue value is 85 (33.59% from 255 or 32.57% from 261); Max value from RGB is 125 - color contains mainly: green. Hex color #337D55 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #337D55 is #CC82AA. Grayscale: #626262. Windows color (decimal): -13402795 or 5602611. OLE color: 5602611.

HSL color Cylindrical-coordinate representation of color #337D55: hue angle of 147.57º degrees, saturation: 0.42, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #337D55 is Cyan = 0.59, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.51.

Color convert

RGB5112585-
CMYK0.5900.320.51
HSL147.57º42.05%34.51%-
HSV(B)147.57º59.2%49.02%-
XYZ10.3416.0311.14-
YUV98.31120.4894.25-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 19.54%
GREEN value IS 125 (49.22% from 255) = 47.89%
BLUE value IS 85 (33.59% from 255) = 32.57%
R=19.54%
G=47.89%
B=32.57%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal51125850.5900.320.51147.5742.0534.51
Hex337D553B02033942a23
Octal6317512573040632245243
Binary11001111111011010101111011010000011001110010100101010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #337D55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #337D55; }

 p { color: rgb(51,125,85); }

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

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

 a { background-color: rgb(51,125,85); }

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

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

 span { border-color: rgb(51,125,85); }

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