#386B49

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

Shades of Amazon #386B49

Tints of Amazon #386B49

Color information

#386B49 (or 0x386B49) is unknown color: approx Amazon. HEX triplet: 38, 6B and 49. RGB value is (56,107,73). Sum of RGB (Red+Green+Blue) = 56+107+73=236 (31% of max value = 765). Red value is 56 (22.27% from 255 or 23.73% from 236); Green value is 107 (42.19% from 255 or 45.34% from 236); Blue value is 73 (28.91% from 255 or 30.93% from 236); Max value from RGB is 107 - color contains mainly: green. Hex color #386B49 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #386B49 is #C794B6. Grayscale: #575757. Windows color (decimal): -13079735 or 4811576. OLE color: 4811576.

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

Color convert

RGB5610773-
CMYK0.4800.320.58
HSL140º31.29%31.96%-
HSV(B)140º47.66%41.96%-
XYZ8.0911.848.16-
YUV87.88119.6105.26-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 23.73%
GREEN value IS 107 (42.19% from 255) = 45.34%
BLUE value IS 73 (28.91% from 255) = 30.93%
R=23.73%
G=45.34%
B=30.93%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal56107730.4800.320.5814031.2931.96
Hex386B49300203A8c1f20
Octal7015311160040722143740
Binary1110001101011100100111000001000001110101000110011111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #386B49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #386B49; }

 p { color: rgb(56,107,73); }

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

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

 a { background-color: rgb(56,107,73); }

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

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

 span { border-color: rgb(56,107,73); }

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