#337054

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

Shades of Amazon #337054

Tints of Amazon #337054

Color information

#337054 (or 0x337054) is unknown color: approx Amazon. HEX triplet: 33, 70 and 54. RGB value is (51,112,84). Sum of RGB (Red+Green+Blue) = 51+112+84=247 (32% of max value = 765). Red value is 51 (20.31% from 255 or 20.65% from 247); Green value is 112 (44.14% from 255 or 45.34% from 247); Blue value is 84 (33.20% from 255 or 34.01% from 247); Max value from RGB is 112 - color contains mainly: green. Hex color #337054 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #337054 is #CC8FAB. Grayscale: #5A5A5A. Windows color (decimal): -13406124 or 5533747. OLE color: 5533747.

HSL color Cylindrical-coordinate representation of color #337054: hue angle of 152.46º 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 #337054 is Cyan = 0.54, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.56.

Color convert

RGB5111284-
CMYK0.5400.250.56
HSL152.46º37.42%31.96%-
HSV(B)152.46º54.46%43.92%-
XYZ8.7612.9310.42-
YUV90.57124.2999.78-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 20.65%
GREEN value IS 112 (44.14% from 255) = 45.34%
BLUE value IS 84 (33.20% from 255) = 34.01%
R=20.65%
G=45.34%
B=34.01%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal51112840.5400.250.56152.4637.4231.96
Hex3370543601938982520
Octal6316012466031702304540
Binary1100111110000101010011011001100111100010011000100101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #337054

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #337054; }

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

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

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

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

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

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

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

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