#386D51

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

Shades of Amazon #386D51

Tints of Amazon #386D51

Color information

#386D51 (or 0x386D51) is unknown color: approx Amazon. HEX triplet: 38, 6D and 51. RGB value is (56,109,81). Sum of RGB (Red+Green+Blue) = 56+109+81=246 (32% of max value = 765). Red value is 56 (22.27% from 255 or 22.76% from 246); Green value is 109 (42.97% from 255 or 44.31% from 246); Blue value is 81 (32.03% from 255 or 32.93% from 246); Max value from RGB is 109 - color contains mainly: green. Hex color #386D51 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #386D51 is #C792AE. Grayscale: #5A5A5A. Windows color (decimal): -13079215 or 5336376. OLE color: 5336376.

HSL color Cylindrical-coordinate representation of color #386D51: hue angle of 148.3º 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 #386D51 is Cyan = 0.49, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.57.

Color convert

RGB5610981-
CMYK0.4900.260.57
HSL148.3º32.12%32.35%-
HSV(B)148.3º48.62%42.75%-
XYZ8.5812.379.72-
YUV89.96122.94103.78-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 22.76%
GREEN value IS 109 (42.97% from 255) = 44.31%
BLUE value IS 81 (32.03% from 255) = 32.93%
R=22.76%
G=44.31%
B=32.93%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal56109810.4900.260.57148.332.1232.35
Hex386D513101A39942020
Octal7015512161032712244040
Binary1110001101101101000111000101101011100110010100100000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #386D51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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