#396E49

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

Shades of Amazon #396E49

Tints of Amazon #396E49

Color information

#396E49 (or 0x396E49) is unknown color: approx Amazon. HEX triplet: 39, 6E and 49. RGB value is (57,110,73). Sum of RGB (Red+Green+Blue) = 57+110+73=240 (31% of max value = 765). Red value is 57 (22.66% from 255 or 23.75% from 240); Green value is 110 (43.36% from 255 or 45.83% from 240); Blue value is 73 (28.91% from 255 or 30.42% from 240); Max value from RGB is 110 - color contains mainly: green. Hex color #396E49 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #396E49 is #C691B6. Grayscale: #5A5A5A. Windows color (decimal): -13013431 or 4812345. OLE color: 4812345.

HSL color Cylindrical-coordinate representation of color #396E49: hue angle of 138.11º degrees, saturation: 0.32, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #396E49 is Cyan = 0.48, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.57.

Color convert

RGB5711073-
CMYK0.4800.340.57
HSL138.11º31.74%32.75%-
HSV(B)138.11º48.18%43.14%-
XYZ8.4712.58.27-
YUV89.94118.44104.51-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 23.75%
GREEN value IS 110 (43.36% from 255) = 45.83%
BLUE value IS 73 (28.91% from 255) = 30.42%
R=23.75%
G=45.83%
B=30.42%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal57110730.4800.340.57138.1131.7432.75
Hex396E4930022398a2021
Octal7115611160042712124041
Binary11100111011101001001110000010001011100110001010100000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #396E49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(57,110,73); }

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

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

 a { background-color: rgb(57,110,73); }

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

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

 span { border-color: rgb(57,110,73); }

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