#337550

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

Shades of Amazon #337550

Tints of Amazon #337550

Color information

#337550 (or 0x337550) is unknown color: approx Amazon. HEX triplet: 33, 75 and 50. RGB value is (51,117,80). Sum of RGB (Red+Green+Blue) = 51+117+80=248 (32% of max value = 765). Red value is 51 (20.31% from 255 or 20.56% from 248); Green value is 117 (46.09% from 255 or 47.18% from 248); Blue value is 80 (31.64% from 255 or 32.26% from 248); Max value from RGB is 117 - color contains mainly: green. Hex color #337550 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #337550 is #CC8AAF. Grayscale: #5D5D5D. Windows color (decimal): -13404848 or 5272883. OLE color: 5272883.

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

Color convert

RGB5111780-
CMYK0.5600.320.54
HSL146.36º39.29%32.94%-
HSV(B)146.36º56.41%45.88%-
XYZ9.1714.019.81-
YUV93.05120.6398.01-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 20.56%
GREEN value IS 117 (46.09% from 255) = 47.18%
BLUE value IS 80 (31.64% from 255) = 32.26%
R=20.56%
G=47.18%
B=32.26%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal51117800.5600.320.54146.3639.2932.94
Hex3375503802036922721
Octal6316512070040662224741
Binary11001111101011010000111000010000011011010010010100111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #337550

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #337550; }

 p { color: rgb(51,117,80); }

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

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

 a { background-color: rgb(51,117,80); }

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

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

 span { border-color: rgb(51,117,80); }

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