#337B52

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

Shades of Amazon #337B52

Tints of Amazon #337B52

Color information

#337B52 (or 0x337B52) is unknown color: approx Amazon. HEX triplet: 33, 7B and 52. RGB value is (51,123,82). Sum of RGB (Red+Green+Blue) = 51+123+82=256 (33% of max value = 765). Red value is 51 (20.31% from 255 or 19.92% from 256); Green value is 123 (48.44% from 255 or 48.05% from 256); Blue value is 82 (32.42% from 255 or 32.03% from 256); Max value from RGB is 123 - color contains mainly: green. Hex color #337B52 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #337B52 is #CC84AD. Grayscale: #606060. Windows color (decimal): -13403310 or 5405491. OLE color: 5405491.

HSL color Cylindrical-coordinate representation of color #337B52: hue angle of 145.83º 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 #337B52 is Cyan = 0.59, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.52.

Color convert

RGB5112382-
CMYK0.5900.330.52
HSL145.83º41.38%34.12%-
HSV(B)145.83º58.54%48.24%-
XYZ9.9715.4810.44-
YUV96.8119.6595.33-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 19.92%
GREEN value IS 123 (48.44% from 255) = 48.05%
BLUE value IS 82 (32.42% from 255) = 32.03%
R=19.92%
G=48.05%
B=32.03%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal51123820.5900.330.52145.8341.3834.12
Hex337B523B02134922922
Octal6317312273041642225142
Binary11001111110111010010111011010000111010010010010101001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #337B52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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