#337F59

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

Shades of Amazon #337F59

Tints of Amazon #337F59

Color information

#337F59 (or 0x337F59) is unknown color: approx Amazon. HEX triplet: 33, 7F and 59. RGB value is (51,127,89). Sum of RGB (Red+Green+Blue) = 51+127+89=267 (35% of max value = 765). Red value is 51 (20.31% from 255 or 19.10% from 267); Green value is 127 (50% from 255 or 47.57% from 267); Blue value is 89 (35.16% from 255 or 33.33% from 267); Max value from RGB is 127 - color contains mainly: green. Hex color #337F59 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #337F59 is #CC80A6. Grayscale: #646464. Windows color (decimal): -13402279 or 5865267. OLE color: 5865267.

HSL color Cylindrical-coordinate representation of color #337F59: hue angle of 150º degrees, saturation: 0.43, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #337F59 is Cyan = 0.60, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.50.

Color convert

RGB5112789-
CMYK0.6000.300.50
HSL150º42.7%34.9%-
HSV(B)150º59.84%49.8%-
XYZ10.7616.612.09-
YUV99.94121.8293.09-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 19.10%
GREEN value IS 127 (50% from 255) = 47.57%
BLUE value IS 89 (35.16% from 255) = 33.33%
R=19.10%
G=47.57%
B=33.33%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal51127890.6000.300.5015042.734.9
Hex337F593C01E32962b23
Octal6317713174036622265343
Binary1100111111111101100111110001111011001010010110101011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #337F59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(51,127,89); }

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

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

 a { background-color: rgb(51,127,89); }

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

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

 span { border-color: rgb(51,127,89); }

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