#337254

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

Shades of Amazon #337254

Tints of Amazon #337254

Color information

#337254 (or 0x337254) is unknown color: approx Amazon. HEX triplet: 33, 72 and 54. RGB value is (51,114,84). Sum of RGB (Red+Green+Blue) = 51+114+84=249 (32% of max value = 765). Red value is 51 (20.31% from 255 or 20.48% from 249); Green value is 114 (44.92% from 255 or 45.78% from 249); Blue value is 84 (33.20% from 255 or 33.73% from 249); Max value from RGB is 114 - color contains mainly: green. Hex color #337254 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #337254 is #CC8DAB. Grayscale: #5B5B5B. Windows color (decimal): -13405612 or 5534259. OLE color: 5534259.

HSL color Cylindrical-coordinate representation of color #337254: hue angle of 151.43º degrees, saturation: 0.38, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #337254 is Cyan = 0.55, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.55.

Color convert

RGB5111484-
CMYK0.5500.260.55
HSL151.43º38.18%32.35%-
HSV(B)151.43º55.26%44.71%-
XYZ8.9813.3810.5-
YUV91.74123.6398.94-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 20.48%
GREEN value IS 114 (44.92% from 255) = 45.78%
BLUE value IS 84 (33.20% from 255) = 33.73%
R=20.48%
G=45.78%
B=33.73%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal51114840.5500.260.55151.4338.1832.35
Hex3372543701A37972620
Octal6316212467032672274640
Binary1100111110010101010011011101101011011110010111100110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #337254

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #337254; }

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

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

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

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

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

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

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

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