#386B4A

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

Shades of Amazon #386B4A

Tints of Amazon #386B4A

Color information

#386B4A (or 0x386B4A) is unknown color: approx Amazon. HEX triplet: 38, 6B and 4A. RGB value is (56,107,74). Sum of RGB (Red+Green+Blue) = 56+107+74=237 (31% of max value = 765). Red value is 56 (22.27% from 255 or 23.63% from 237); Green value is 107 (42.19% from 255 or 45.15% from 237); Blue value is 74 (29.30% from 255 or 31.22% from 237); Max value from RGB is 107 - color contains mainly: green. Hex color #386B4A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #386B4A is #C794B5. Grayscale: #585858. Windows color (decimal): -13079734 or 4877112. OLE color: 4877112.

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

Color convert

RGB5610774-
CMYK0.4800.310.58
HSL141.18º31.29%31.96%-
HSV(B)141.18º47.66%41.96%-
XYZ8.1211.858.34-
YUV87.99120.1105.18-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 23.63%
GREEN value IS 107 (42.19% from 255) = 45.15%
BLUE value IS 74 (29.30% from 255) = 31.22%
R=23.63%
G=45.15%
B=31.22%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal56107740.4800.310.58141.1831.2931.96
Hex386B4A3001F3A8d1f20
Octal7015311260037722153740
Binary111000110101110010101100000111111110101000110111111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #386B4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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