#396B4D

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

Shades of Amazon #396B4D

Tints of Amazon #396B4D

Color information

#396B4D (or 0x396B4D) is unknown color: approx Amazon. HEX triplet: 39, 6B and 4D. RGB value is (57,107,77). Sum of RGB (Red+Green+Blue) = 57+107+77=241 (31% of max value = 765). Red value is 57 (22.66% from 255 or 23.65% from 241); Green value is 107 (42.19% from 255 or 44.40% from 241); Blue value is 77 (30.47% from 255 or 31.95% from 241); Max value from RGB is 107 - color contains mainly: green. Hex color #396B4D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #396B4D is #C694B2. Grayscale: #585858. Windows color (decimal): -13014195 or 5073721. OLE color: 5073721.

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

Color convert

RGB5710777-
CMYK0.4700.280.58
HSL144º30.49%32.16%-
HSV(B)144º46.73%41.96%-
XYZ8.2811.928.89-
YUV88.63121.44105.44-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 23.65%
GREEN value IS 107 (42.19% from 255) = 44.40%
BLUE value IS 77 (30.47% from 255) = 31.95%
R=23.65%
G=44.40%
B=31.95%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal57107770.4700.280.5814430.4932.16
Hex396B4D2F01C3A901e20
Octal7115311557034722203640
Binary111001110101110011011011110111001110101001000011110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #396B4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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