#396F48

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

Shades of Amazon #396F48

Tints of Amazon #396F48

Color information

#396F48 (or 0x396F48) is unknown color: approx Amazon. HEX triplet: 39, 6F and 48. RGB value is (57,111,72). Sum of RGB (Red+Green+Blue) = 57+111+72=240 (31% of max value = 765). Red value is 57 (22.66% from 255 or 23.75% from 240); Green value is 111 (43.75% from 255 or 46.25% from 240); Blue value is 72 (28.52% from 255 or 30% from 240); Max value from RGB is 111 - color contains mainly: green. Hex color #396F48 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #396F48 is #C690B7. Grayscale: #5A5A5A. Windows color (decimal): -13013176 or 4747065. OLE color: 4747065.

HSL color Cylindrical-coordinate representation of color #396F48: hue angle of 136.67º degrees, saturation: 0.32, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #396F48 is Cyan = 0.49, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.56.

Color convert

RGB5711172-
CMYK0.4900.350.56
HSL136.67º32.14%32.94%-
HSV(B)136.67º48.65%43.53%-
XYZ8.5412.718.13-
YUV90.41117.61104.17-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 23.75%
GREEN value IS 111 (43.75% from 255) = 46.25%
BLUE value IS 72 (28.52% from 255) = 30%
R=23.75%
G=46.25%
B=30%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal57111720.4900.350.56136.6732.1432.94
Hex396F483102338892021
Octal7115711061043702114041
Binary11100111011111001000110001010001111100010001001100000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #396F48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(57,111,72); }

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

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

 a { background-color: rgb(57,111,72); }

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

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

 span { border-color: rgb(57,111,72); }

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