#396D52

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

Shades of Amazon #396D52

Tints of Amazon #396D52

Color information

#396D52 (or 0x396D52) is unknown color: approx Amazon. HEX triplet: 39, 6D and 52. RGB value is (57,109,82). Sum of RGB (Red+Green+Blue) = 57+109+82=248 (32% of max value = 765). Red value is 57 (22.66% from 255 or 22.98% from 248); Green value is 109 (42.97% from 255 or 43.95% from 248); Blue value is 82 (32.42% from 255 or 33.06% from 248); Max value from RGB is 109 - color contains mainly: green. Hex color #396D52 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #396D52 is #C692AD. Grayscale: #5A5A5A. Windows color (decimal): -13013678 or 5401913. OLE color: 5401913.

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

Color convert

RGB5710982-
CMYK0.4800.250.57
HSL148.85º31.33%32.55%-
HSV(B)148.85º47.71%42.75%-
XYZ8.6812.429.92-
YUV90.37123.27104.2-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 22.98%
GREEN value IS 109 (42.97% from 255) = 43.95%
BLUE value IS 82 (32.42% from 255) = 33.06%
R=22.98%
G=43.95%
B=33.06%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal57109820.4800.250.57148.8531.3332.55
Hex396D523001939951f21
Octal7115512260031712253741
Binary111001110110110100101100000110011110011001010111111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #396D52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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