#396E4E

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

Shades of Amazon #396E4E

Tints of Amazon #396E4E

Color information

#396E4E (or 0x396E4E) is unknown color: approx Amazon. HEX triplet: 39, 6E and 4E. RGB value is (57,110,78). Sum of RGB (Red+Green+Blue) = 57+110+78=245 (32% of max value = 765). Red value is 57 (22.66% from 255 or 23.27% from 245); Green value is 110 (43.36% from 255 or 44.90% from 245); Blue value is 78 (30.86% from 255 or 31.84% from 245); Max value from RGB is 110 - color contains mainly: green. Hex color #396E4E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #396E4E is #C691B1. Grayscale: #5A5A5A. Windows color (decimal): -13013426 or 5140025. OLE color: 5140025.

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

Color convert

RGB5711078-
CMYK0.4800.290.57
HSL143.77º31.74%32.75%-
HSV(B)143.77º48.18%43.14%-
XYZ8.6412.579.18-
YUV90.5120.94104.1-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 23.27%
GREEN value IS 110 (43.36% from 255) = 44.90%
BLUE value IS 78 (30.86% from 255) = 31.84%
R=23.27%
G=44.90%
B=31.84%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal57110780.4800.290.57143.7731.7432.75
Hex396E4E3001D39902021
Octal7115611660035712204041
Binary1110011101110100111011000001110111100110010000100000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #396E4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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