#39704E

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

Shades of Amazon #39704E

Tints of Amazon #39704E

Color information

#39704E (or 0x39704E) is unknown color: approx Amazon. HEX triplet: 39, 70 and 4E. RGB value is (57,112,78). Sum of RGB (Red+Green+Blue) = 57+112+78=247 (32% of max value = 765). Red value is 57 (22.66% from 255 or 23.08% from 247); Green value is 112 (44.14% from 255 or 45.34% from 247); Blue value is 78 (30.86% from 255 or 31.58% from 247); Max value from RGB is 112 - color contains mainly: green. Hex color #39704E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #39704E is #C68FB1. Grayscale: #5B5B5B. Windows color (decimal): -13012914 or 5140537. OLE color: 5140537.

HSL color Cylindrical-coordinate representation of color #39704E: hue angle of 142.91º degrees, saturation: 0.33, 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 #39704E is Cyan = 0.49, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.56.

Color convert

RGB5711278-
CMYK0.4900.300.56
HSL142.91º32.54%33.14%-
HSV(B)142.91º49.11%43.92%-
XYZ8.8613.019.25-
YUV91.68120.28103.26-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 23.08%
GREEN value IS 112 (44.14% from 255) = 45.34%
BLUE value IS 78 (30.86% from 255) = 31.58%
R=23.08%
G=45.34%
B=31.58%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal57112780.4900.300.56142.9132.5433.14
Hex39704E3101E388f2121
Octal7116011661036702174141
Binary1110011110000100111011000101111011100010001111100001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39704E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #39704E; }

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

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

<style>
 a { background-color: #39704E; }

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

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

<style>
 span { border-color: #39704E; }

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

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