#337C5C

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

Shades of Amazon #337C5C

Tints of Amazon #337C5C

Color information

#337C5C (or 0x337C5C) is unknown color: approx Amazon. HEX triplet: 33, 7C and 5C. RGB value is (51,124,92). Sum of RGB (Red+Green+Blue) = 51+124+92=267 (35% of max value = 765). Red value is 51 (20.31% from 255 or 19.10% from 267); Green value is 124 (48.83% from 255 or 46.44% from 267); Blue value is 92 (36.33% from 255 or 34.46% from 267); Max value from RGB is 124 - color contains mainly: green. Hex color #337C5C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #337C5C is #CC83A3. Grayscale: #626262. Windows color (decimal): -13403044 or 6061107. OLE color: 6061107.

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

Color convert

RGB5112492-
CMYK0.5900.260.51
HSL153.7º41.71%34.31%-
HSV(B)153.7º58.87%48.63%-
XYZ10.515.8912.64-
YUV98.52124.3294.1-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 19.10%
GREEN value IS 124 (48.83% from 255) = 46.44%
BLUE value IS 92 (36.33% from 255) = 34.46%
R=19.10%
G=46.44%
B=34.46%

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
Decimal51124920.5900.260.51153.741.7134.31
Hex337C5C3B01A339a2a22
Octal6317413473032632325242
Binary1100111111100101110011101101101011001110011010101010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #337C5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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