#337755

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

Shades of Amazon #337755

Tints of Amazon #337755

Color information

#337755 (or 0x337755) is unknown color: approx Amazon. HEX triplet: 33, 77 and 55. RGB value is (51,119,85). Sum of RGB (Red+Green+Blue) = 51+119+85=255 (33% of max value = 765). Red value is 51 (20.31% from 255 or 20% from 255); Green value is 119 (46.88% from 255 or 46.67% from 255); Blue value is 85 (33.59% from 255 or 33.33% from 255); Max value from RGB is 119 - color contains mainly: green. Hex color #337755 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #337755 is #CC88AA. Grayscale: #5E5E5E. Windows color (decimal): -13404331 or 5601075. OLE color: 5601075.

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

Color convert

RGB5111985-
CMYK0.5700.290.53
HSL150º40%33.33%-
HSV(B)150º57.14%46.67%-
XYZ9.614.5510.9-
YUV94.79122.4796.76-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 20%
GREEN value IS 119 (46.88% from 255) = 46.67%
BLUE value IS 85 (33.59% from 255) = 33.33%
R=20%
G=46.67%
B=33.33%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal51119850.5700.290.531504033.33
Hex3377553901D35962821
Octal6316712571035652265041
Binary1100111110111101010111100101110111010110010110101000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #337755

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #337755; }

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

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

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

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

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

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

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

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