#396D4F

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

Shades of Amazon #396D4F

Tints of Amazon #396D4F

Color information

#396D4F (or 0x396D4F) is unknown color: approx Amazon. HEX triplet: 39, 6D and 4F. RGB value is (57,109,79). Sum of RGB (Red+Green+Blue) = 57+109+79=245 (32% of max value = 765). Red value is 57 (22.66% from 255 or 23.27% from 245); Green value is 109 (42.97% from 255 or 44.49% from 245); Blue value is 79 (31.25% from 255 or 32.24% from 245); Max value from RGB is 109 - color contains mainly: green. Hex color #396D4F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #396D4F is #C692B0. Grayscale: #5A5A5A. Windows color (decimal): -13013681 or 5205305. OLE color: 5205305.

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

Color convert

RGB5710979-
CMYK0.4800.280.57
HSL145.38º31.33%32.55%-
HSV(B)145.38º47.71%42.75%-
XYZ8.5712.379.33-
YUV90.03121.77104.44-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 23.27%
GREEN value IS 109 (42.97% from 255) = 44.49%
BLUE value IS 79 (31.25% from 255) = 32.24%
R=23.27%
G=44.49%
B=32.24%

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
Decimal57109790.4800.280.57145.3831.3332.55
Hex396D4F3001C39911f21
Octal7115511760034712213741
Binary111001110110110011111100000111001110011001000111111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #396D4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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