#337657

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

Shades of Amazon #337657

Tints of Amazon #337657

Color information

#337657 (or 0x337657) is unknown color: approx Amazon. HEX triplet: 33, 76 and 57. RGB value is (51,118,87). Sum of RGB (Red+Green+Blue) = 51+118+87=256 (33% of max value = 765). Red value is 51 (20.31% from 255 or 19.92% from 256); Green value is 118 (46.48% from 255 or 46.09% from 256); Blue value is 87 (34.38% from 255 or 33.98% from 256); Max value from RGB is 118 - color contains mainly: green. Hex color #337657 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #337657 is #CC89A8. Grayscale: #5E5E5E. Windows color (decimal): -13404585 or 5731891. OLE color: 5731891.

HSL color Cylindrical-coordinate representation of color #337657: hue angle of 152.24º degrees, saturation: 0.4, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #337657 is Cyan = 0.57, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.54.

Color convert

RGB5111887-
CMYK0.5700.260.54
HSL152.24º39.64%33.14%-
HSV(B)152.24º56.78%46.27%-
XYZ9.5614.3511.28-
YUV94.43123.897.02-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 19.92%
GREEN value IS 118 (46.48% from 255) = 46.09%
BLUE value IS 87 (34.38% from 255) = 33.98%
R=19.92%
G=46.09%
B=33.98%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal51118870.5700.260.54152.2439.6433.14
Hex3376573901A36982821
Octal6316612771032662305041
Binary1100111110110101011111100101101011011010011000101000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #337657

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #337657; }

 p { color: rgb(51,118,87); }

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

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

 a { background-color: rgb(51,118,87); }

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

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

 span { border-color: rgb(51,118,87); }

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