#396E48

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

Shades of Amazon #396E48

Tints of Amazon #396E48

Color information

#396E48 (or 0x396E48) is unknown color: approx Amazon. HEX triplet: 39, 6E and 48. RGB value is (57,110,72). Sum of RGB (Red+Green+Blue) = 57+110+72=239 (31% of max value = 765). Red value is 57 (22.66% from 255 or 23.85% from 239); Green value is 110 (43.36% from 255 or 46.03% from 239); Blue value is 72 (28.52% from 255 or 30.13% from 239); Max value from RGB is 110 - color contains mainly: green. Hex color #396E48 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #396E48 is #C691B7. Grayscale: #595959. Windows color (decimal): -13013432 or 4746809. OLE color: 4746809.

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

Color convert

RGB5711072-
CMYK0.4800.350.57
HSL136.98º31.74%32.75%-
HSV(B)136.98º48.18%43.14%-
XYZ8.4312.498.1-
YUV89.82117.94104.59-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 23.85%
GREEN value IS 110 (43.36% from 255) = 46.03%
BLUE value IS 72 (28.52% from 255) = 30.13%
R=23.85%
G=46.03%
B=30.13%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal57110720.4800.350.57136.9831.7432.75
Hex396E483002339892021
Octal7115611060043712114041
Binary11100111011101001000110000010001111100110001001100000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #396E48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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