#386B4D

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

Shades of Amazon #386B4D

Tints of Amazon #386B4D

Color information

#386B4D (or 0x386B4D) is unknown color: approx Amazon. HEX triplet: 38, 6B and 4D. RGB value is (56,107,77). Sum of RGB (Red+Green+Blue) = 56+107+77=240 (31% of max value = 765). Red value is 56 (22.27% from 255 or 23.33% from 240); Green value is 107 (42.19% from 255 or 44.58% from 240); Blue value is 77 (30.47% from 255 or 32.08% from 240); Max value from RGB is 107 - color contains mainly: green. Hex color #386B4D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #386B4D is #C794B2. Grayscale: #585858. Windows color (decimal): -13079731 or 5073720. OLE color: 5073720.

HSL color Cylindrical-coordinate representation of color #386B4D: hue angle of 144.71º 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 #386B4D is Cyan = 0.48, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.58.

Color convert

RGB5610777-
CMYK0.4800.280.58
HSL144.71º31.29%31.96%-
HSV(B)144.71º47.66%41.96%-
XYZ8.2311.898.88-
YUV88.33121.6104.94-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 23.33%
GREEN value IS 107 (42.19% from 255) = 44.58%
BLUE value IS 77 (30.47% from 255) = 32.08%
R=23.33%
G=44.58%
B=32.08%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal56107770.4800.280.58144.7131.2931.96
Hex386B4D3001C3A911f20
Octal7015311560034722213740
Binary111000110101110011011100000111001110101001000111111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #386B4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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