#386E4A

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

Shades of Amazon #386E4A

Tints of Amazon #386E4A

Color information

#386E4A (or 0x386E4A) is unknown color: approx Amazon. HEX triplet: 38, 6E and 4A. RGB value is (56,110,74). Sum of RGB (Red+Green+Blue) = 56+110+74=240 (31% of max value = 765). Red value is 56 (22.27% from 255 or 23.33% from 240); Green value is 110 (43.36% from 255 or 45.83% from 240); Blue value is 74 (29.30% from 255 or 30.83% from 240); Max value from RGB is 110 - color contains mainly: green. Hex color #386E4A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #386E4A is #C791B5. Grayscale: #595959. Windows color (decimal): -13078966 or 4877880. OLE color: 4877880.

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

Color convert

RGB5611074-
CMYK0.4900.330.57
HSL140º32.53%32.55%-
HSV(B)140º49.09%43.14%-
XYZ8.4412.498.44-
YUV89.75119.11103.93-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 23.33%
GREEN value IS 110 (43.36% from 255) = 45.83%
BLUE value IS 74 (29.30% from 255) = 30.83%
R=23.33%
G=45.83%
B=30.83%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal56110740.4900.330.5714032.5332.55
Hex386E4A31021398c2121
Octal7015611261041712144141
Binary11100011011101001010110001010000111100110001100100001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #386E4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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