#396A4E

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

Shades of Amazon #396A4E

Tints of Amazon #396A4E

Color information

#396A4E (or 0x396A4E) is unknown color: approx Amazon. HEX triplet: 39, 6A and 4E. RGB value is (57,106,78). Sum of RGB (Red+Green+Blue) = 57+106+78=241 (31% of max value = 765). Red value is 57 (22.66% from 255 or 23.65% from 241); Green value is 106 (41.80% from 255 or 43.98% from 241); Blue value is 78 (30.86% from 255 or 32.37% from 241); Max value from RGB is 106 - color contains mainly: green. Hex color #396A4E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #396A4E is #C695B1. Grayscale: #585858. Windows color (decimal): -13014450 or 5139001. OLE color: 5139001.

HSL color Cylindrical-coordinate representation of color #396A4E: hue angle of 145.71º degrees, saturation: 0.3, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #396A4E is Cyan = 0.46, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.58.

Color convert

RGB5710678-
CMYK0.4600.260.58
HSL145.71º30.06%31.96%-
HSV(B)145.71º46.23%41.57%-
XYZ8.2211.739.04-
YUV88.16122.27105.78-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 23.65%
GREEN value IS 106 (41.80% from 255) = 43.98%
BLUE value IS 78 (30.86% from 255) = 32.37%
R=23.65%
G=43.98%
B=32.37%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal57106780.4600.260.58145.7130.0631.96
Hex396A4E2E01A3A921e20
Octal7115211656032722223640
Binary111001110101010011101011100110101110101001001011110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #396A4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #396A4E; }

 p { color: rgb(57,106,78); }

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

<style>
 a { background-color: #396A4E; }

 a { background-color: rgb(57,106,78); }

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

<style>
 span { border-color: #396A4E; }

 span { border-color: rgb(57,106,78); }

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