#337052

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

Shades of Amazon #337052

Tints of Amazon #337052

Color information

#337052 (or 0x337052) is unknown color: approx Amazon. HEX triplet: 33, 70 and 52. RGB value is (51,112,82). Sum of RGB (Red+Green+Blue) = 51+112+82=245 (32% of max value = 765). Red value is 51 (20.31% from 255 or 20.82% from 245); Green value is 112 (44.14% from 255 or 45.71% from 245); Blue value is 82 (32.42% from 255 or 33.47% from 245); Max value from RGB is 112 - color contains mainly: green. Hex color #337052 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #337052 is #CC8FAD. Grayscale: #5A5A5A. Windows color (decimal): -13406126 or 5402675. OLE color: 5402675.

HSL color Cylindrical-coordinate representation of color #337052: hue angle of 150.49º degrees, saturation: 0.37, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #337052 is Cyan = 0.54, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.56.

Color convert

RGB5111282-
CMYK0.5400.270.56
HSL150.49º37.42%31.96%-
HSV(B)150.49º54.46%43.92%-
XYZ8.6812.910.02-
YUV90.34123.2999.94-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 20.82%
GREEN value IS 112 (44.14% from 255) = 45.71%
BLUE value IS 82 (32.42% from 255) = 33.47%
R=20.82%
G=45.71%
B=33.47%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal51112820.5400.270.56150.4937.4231.96
Hex3370523601B38962520
Octal6316012266033702264540
Binary1100111110000101001011011001101111100010010110100101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #337052

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #337052; }

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

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

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

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

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

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

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

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