#386F48

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

Shades of Amazon #386F48

Tints of Amazon #386F48

Color information

#386F48 (or 0x386F48) is unknown color: approx Amazon. HEX triplet: 38, 6F and 48. RGB value is (56,111,72). Sum of RGB (Red+Green+Blue) = 56+111+72=239 (31% of max value = 765). Red value is 56 (22.27% from 255 or 23.43% from 239); Green value is 111 (43.75% from 255 or 46.44% from 239); Blue value is 72 (28.52% from 255 or 30.13% from 239); Max value from RGB is 111 - color contains mainly: green. Hex color #386F48 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #386F48 is #C790B7. Grayscale: #5A5A5A. Windows color (decimal): -13078712 or 4747064. OLE color: 4747064.

HSL color Cylindrical-coordinate representation of color #386F48: hue angle of 137.45º degrees, saturation: 0.33, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #386F48 is Cyan = 0.50, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.56.

Color convert

RGB5611172-
CMYK0.5000.350.56
HSL137.45º32.93%32.75%-
HSV(B)137.45º49.55%43.53%-
XYZ8.4912.688.13-
YUV90.11117.78103.67-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 23.43%
GREEN value IS 111 (43.75% from 255) = 46.44%
BLUE value IS 72 (28.52% from 255) = 30.13%
R=23.43%
G=46.44%
B=30.13%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal56111720.5000.350.56137.4532.9332.75
Hex386F483202338892121
Octal7015711062043702114141
Binary11100011011111001000110010010001111100010001001100001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #386F48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,111,72); }

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

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

 a { background-color: rgb(56,111,72); }

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

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

 span { border-color: rgb(56,111,72); }

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