#396E52

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

Shades of Amazon #396E52

Tints of Amazon #396E52

Color information

#396E52 (or 0x396E52) is unknown color: approx Amazon. HEX triplet: 39, 6E and 52. RGB value is (57,110,82). Sum of RGB (Red+Green+Blue) = 57+110+82=249 (32% of max value = 765). Red value is 57 (22.66% from 255 or 22.89% from 249); Green value is 110 (43.36% from 255 or 44.18% from 249); Blue value is 82 (32.42% from 255 or 32.93% from 249); Max value from RGB is 110 - color contains mainly: green. Hex color #396E52 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #396E52 is #C691AD. Grayscale: #5B5B5B. Windows color (decimal): -13013422 or 5402169. OLE color: 5402169.

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

Color convert

RGB5711082-
CMYK0.4800.250.57
HSL148.3º31.74%32.75%-
HSV(B)148.3º48.18%43.14%-
XYZ8.7912.639.96-
YUV90.96122.94103.78-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 22.89%
GREEN value IS 110 (43.36% from 255) = 44.18%
BLUE value IS 82 (32.42% from 255) = 32.93%
R=22.89%
G=44.18%
B=32.93%

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
Decimal57110820.4800.250.57148.331.7432.75
Hex396E523001939942021
Octal7115612260031712244041
Binary1110011101110101001011000001100111100110010100100000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #396E52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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