#386D47

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

Shades of Amazon #386D47

Tints of Amazon #386D47

Color information

#386D47 (or 0x386D47) is unknown color: approx Amazon. HEX triplet: 38, 6D and 47. RGB value is (56,109,71). Sum of RGB (Red+Green+Blue) = 56+109+71=236 (31% of max value = 765). Red value is 56 (22.27% from 255 or 23.73% from 236); Green value is 109 (42.97% from 255 or 46.19% from 236); Blue value is 71 (28.12% from 255 or 30.08% from 236); Max value from RGB is 109 - color contains mainly: green. Hex color #386D47 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #386D47 is #C792B8. Grayscale: #585858. Windows color (decimal): -13079225 or 4681016. OLE color: 4681016.

HSL color Cylindrical-coordinate representation of color #386D47: hue angle of 136.98º degrees, saturation: 0.32, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #386D47 is Cyan = 0.49, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.57.

Color convert

RGB5610971-
CMYK0.4900.350.57
HSL136.98º32.12%32.35%-
HSV(B)136.98º48.62%42.75%-
XYZ8.2412.237.89-
YUV88.82117.94104.59-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 23.73%
GREEN value IS 109 (42.97% from 255) = 46.19%
BLUE value IS 71 (28.12% from 255) = 30.08%
R=23.73%
G=46.19%
B=30.08%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal56109710.4900.350.57136.9832.1232.35
Hex386D473102339892020
Octal7015510761043712114040
Binary11100011011011000111110001010001111100110001001100000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #386D47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,109,71); }

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

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

 a { background-color: rgb(56,109,71); }

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

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

 span { border-color: rgb(56,109,71); }

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