#396D49

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

Shades of Amazon #396D49

Tints of Amazon #396D49

Color information

#396D49 (or 0x396D49) is unknown color: approx Amazon. HEX triplet: 39, 6D and 49. RGB value is (57,109,73). Sum of RGB (Red+Green+Blue) = 57+109+73=239 (31% of max value = 765). Red value is 57 (22.66% from 255 or 23.85% from 239); Green value is 109 (42.97% from 255 or 45.61% from 239); Blue value is 73 (28.91% from 255 or 30.54% from 239); Max value from RGB is 109 - color contains mainly: green. Hex color #396D49 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #396D49 is #C692B6. Grayscale: #595959. Windows color (decimal): -13013687 or 4812089. OLE color: 4812089.

HSL color Cylindrical-coordinate representation of color #396D49: hue angle of 138.46º degrees, saturation: 0.31, 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 #396D49 is Cyan = 0.48, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.57.

Color convert

RGB5710973-
CMYK0.4800.330.57
HSL138.46º31.33%32.55%-
HSV(B)138.46º47.71%42.75%-
XYZ8.3612.298.23-
YUV89.35118.77104.93-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 23.85%
GREEN value IS 109 (42.97% from 255) = 45.61%
BLUE value IS 73 (28.91% from 255) = 30.54%
R=23.85%
G=45.61%
B=30.54%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal57109730.4800.330.57138.4631.3332.55
Hex396D4930021398a1f21
Octal7115511160041712123741
Binary1110011101101100100111000001000011110011000101011111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #396D49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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