#337D5C

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

Shades of Amazon #337D5C

Tints of Amazon #337D5C

Color information

#337D5C (or 0x337D5C) is unknown color: approx Amazon. HEX triplet: 33, 7D and 5C. RGB value is (51,125,92). Sum of RGB (Red+Green+Blue) = 51+125+92=268 (35% of max value = 765). Red value is 51 (20.31% from 255 or 19.03% from 268); Green value is 125 (49.22% from 255 or 46.64% from 268); Blue value is 92 (36.33% from 255 or 34.33% from 268); Max value from RGB is 125 - color contains mainly: green. Hex color #337D5C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #337D5C is #CC82A3. Grayscale: #636363. Windows color (decimal): -13402788 or 6061363. OLE color: 6061363.

HSL color Cylindrical-coordinate representation of color #337D5C: hue angle of 153.24º degrees, saturation: 0.42, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #337D5C is Cyan = 0.59, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.51.

Color convert

RGB5112592-
CMYK0.5900.260.51
HSL153.24º42.05%34.51%-
HSV(B)153.24º59.2%49.02%-
XYZ10.6316.1412.68-
YUV99.11123.9893.68-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 19.03%
GREEN value IS 125 (49.22% from 255) = 46.64%
BLUE value IS 92 (36.33% from 255) = 34.33%
R=19.03%
G=46.64%
B=34.33%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal51125920.5900.260.51153.2442.0534.51
Hex337D5C3B01A33992a23
Octal6317513473032632315243
Binary1100111111101101110011101101101011001110011001101010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #337D5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(51,125,92); }

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

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

 a { background-color: rgb(51,125,92); }

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

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

 span { border-color: rgb(51,125,92); }

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