#337A4C

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

Shades of Amazon #337A4C

Tints of Amazon #337A4C

Color information

#337A4C (or 0x337A4C) is unknown color: approx Amazon. HEX triplet: 33, 7A and 4C. RGB value is (51,122,76). Sum of RGB (Red+Green+Blue) = 51+122+76=249 (32% of max value = 765). Red value is 51 (20.31% from 255 or 20.48% from 249); Green value is 122 (48.05% from 255 or 49.00% from 249); Blue value is 76 (30.08% from 255 or 30.52% from 249); Max value from RGB is 122 - color contains mainly: green. Hex color #337A4C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #337A4C is #CC85B3. Grayscale: #5F5F5F. Windows color (decimal): -13403572 or 5012019. OLE color: 5012019.

HSL color Cylindrical-coordinate representation of color #337A4C: hue angle of 141.13º degrees, saturation: 0.41, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #337A4C is Cyan = 0.58, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.52.

Color convert

RGB5112276-
CMYK0.5800.380.52
HSL141.13º41.04%33.92%-
HSV(B)141.13º58.2%47.84%-
XYZ9.6315.149.25-
YUV95.53116.9896.24-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 20.48%
GREEN value IS 122 (48.05% from 255) = 49.00%
BLUE value IS 76 (30.08% from 255) = 30.52%
R=20.48%
G=49.00%
B=30.52%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal51122760.5800.380.52141.1341.0433.92
Hex337A4C3A026348d2922
Octal6317211472046642155142
Binary11001111110101001100111010010011011010010001101101001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #337A4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(51,122,76); }

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

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

 a { background-color: rgb(51,122,76); }

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

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

 span { border-color: rgb(51,122,76); }

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