#396D4E

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

Shades of Amazon #396D4E

Tints of Amazon #396D4E

Color information

#396D4E (or 0x396D4E) is unknown color: approx Amazon. HEX triplet: 39, 6D and 4E. RGB value is (57,109,78). Sum of RGB (Red+Green+Blue) = 57+109+78=244 (32% of max value = 765). Red value is 57 (22.66% from 255 or 23.36% from 244); Green value is 109 (42.97% from 255 or 44.67% from 244); Blue value is 78 (30.86% from 255 or 31.97% from 244); Max value from RGB is 109 - color contains mainly: green. Hex color #396D4E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #396D4E is #C692B1. Grayscale: #595959. Windows color (decimal): -13013682 or 5139769. OLE color: 5139769.

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

Color convert

RGB5710978-
CMYK0.4800.280.57
HSL144.23º31.33%32.55%-
HSV(B)144.23º47.71%42.75%-
XYZ8.5312.369.14-
YUV89.92121.27104.52-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 23.36%
GREEN value IS 109 (42.97% from 255) = 44.67%
BLUE value IS 78 (30.86% from 255) = 31.97%
R=23.36%
G=44.67%
B=31.97%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal57109780.4800.280.57144.2331.3332.55
Hex396D4E3001C39901f21
Octal7115511660034712203741
Binary111001110110110011101100000111001110011001000011111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #396D4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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