#337B56

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

Shades of Amazon #337B56

Tints of Amazon #337B56

Color information

#337B56 (or 0x337B56) is unknown color: approx Amazon. HEX triplet: 33, 7B and 56. RGB value is (51,123,86). Sum of RGB (Red+Green+Blue) = 51+123+86=260 (34% of max value = 765). Red value is 51 (20.31% from 255 or 19.62% from 260); Green value is 123 (48.44% from 255 or 47.31% from 260); Blue value is 86 (33.98% from 255 or 33.08% from 260); Max value from RGB is 123 - color contains mainly: green. Hex color #337B56 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #337B56 is #CC84A9. Grayscale: #616161. Windows color (decimal): -13403306 or 5667635. OLE color: 5667635.

HSL color Cylindrical-coordinate representation of color #337B56: hue angle of 149.17º degrees, saturation: 0.41, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #337B56 is Cyan = 0.59, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.52.

Color convert

RGB5112386-
CMYK0.5900.300.52
HSL149.17º41.38%34.12%-
HSV(B)149.17º58.54%48.24%-
XYZ10.1315.5411.27-
YUV97.25121.6595.01-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 19.62%
GREEN value IS 123 (48.44% from 255) = 47.31%
BLUE value IS 86 (33.98% from 255) = 33.08%
R=19.62%
G=47.31%
B=33.08%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal51123860.5900.300.52149.1741.3834.12
Hex337B563B01E34952922
Octal6317312673036642255142
Binary1100111111011101011011101101111011010010010101101001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #337B56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(51,123,86); }

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

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

 a { background-color: rgb(51,123,86); }

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

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

 span { border-color: rgb(51,123,86); }

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