#386E49

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

Shades of Amazon #386E49

Tints of Amazon #386E49

Color information

#386E49 (or 0x386E49) is unknown color: approx Amazon. HEX triplet: 38, 6E and 49. RGB value is (56,110,73). Sum of RGB (Red+Green+Blue) = 56+110+73=239 (31% of max value = 765). Red value is 56 (22.27% from 255 or 23.43% from 239); Green value is 110 (43.36% from 255 or 46.03% from 239); Blue value is 73 (28.91% from 255 or 30.54% from 239); Max value from RGB is 110 - color contains mainly: green. Hex color #386E49 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #386E49 is #C791B6. Grayscale: #595959. Windows color (decimal): -13078967 or 4812344. OLE color: 4812344.

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

Color convert

RGB5611073-
CMYK0.4900.340.57
HSL138.89º32.53%32.55%-
HSV(B)138.89º49.09%43.14%-
XYZ8.4112.478.27-
YUV89.64118.61104.01-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 23.43%
GREEN value IS 110 (43.36% from 255) = 46.03%
BLUE value IS 73 (28.91% from 255) = 30.54%
R=23.43%
G=46.03%
B=30.54%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal56110730.4900.340.57138.8932.5332.55
Hex386E4931022398b2121
Octal7015611161042712134141
Binary11100011011101001001110001010001011100110001011100001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #386E49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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