#366A4C

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

Shades of Amazon #366A4C

Tints of Amazon #366A4C

Color information

#366A4C (or 0x366A4C) is unknown color: approx Amazon. HEX triplet: 36, 6A and 4C. RGB value is (54,106,76). Sum of RGB (Red+Green+Blue) = 54+106+76=236 (31% of max value = 765). Red value is 54 (21.48% from 255 or 22.88% from 236); Green value is 106 (41.80% from 255 or 44.92% from 236); Blue value is 76 (30.08% from 255 or 32.20% from 236); Max value from RGB is 106 - color contains mainly: green. Hex color #366A4C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #366A4C is #C995B3. Grayscale: #575757. Windows color (decimal): -13211060 or 5007926. OLE color: 5007926.

HSL color Cylindrical-coordinate representation of color #366A4C: hue angle of 145.38º degrees, saturation: 0.32, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #366A4C is Cyan = 0.49, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.58.

Color convert

RGB5410676-
CMYK0.4900.280.58
HSL145.38º32.5%31.37%-
HSV(B)145.38º49.06%41.57%-
XYZ7.9811.618.66-
YUV87.03121.77104.44-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 22.88%
GREEN value IS 106 (41.80% from 255) = 44.92%
BLUE value IS 76 (30.08% from 255) = 32.20%
R=22.88%
G=44.92%
B=32.20%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal54106760.4900.280.58145.3832.531.37
Hex366A4C3101C3A91201f
Octal6615211461034722214037
Binary110110110101010011001100010111001110101001000110000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #366A4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(54,106,76); }

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

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

 a { background-color: rgb(54,106,76); }

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

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

 span { border-color: rgb(54,106,76); }

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