#39704D

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

Shades of Amazon #39704D

Tints of Amazon #39704D

Color information

#39704D (or 0x39704D) is unknown color: approx Amazon. HEX triplet: 39, 70 and 4D. RGB value is (57,112,77). Sum of RGB (Red+Green+Blue) = 57+112+77=246 (32% of max value = 765). Red value is 57 (22.66% from 255 or 23.17% from 246); Green value is 112 (44.14% from 255 or 45.53% from 246); Blue value is 77 (30.47% from 255 or 31.30% from 246); Max value from RGB is 112 - color contains mainly: green. Hex color #39704D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #39704D is #C68FB2. Grayscale: #5B5B5B. Windows color (decimal): -13012915 or 5075001. OLE color: 5075001.

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

Color convert

RGB5711277-
CMYK0.4900.310.56
HSL141.82º32.54%33.14%-
HSV(B)141.82º49.11%43.92%-
XYZ8.8212.999.06-
YUV91.57119.78103.35-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 23.17%
GREEN value IS 112 (44.14% from 255) = 45.53%
BLUE value IS 77 (30.47% from 255) = 31.30%
R=23.17%
G=45.53%
B=31.30%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal57112770.4900.310.56141.8232.5433.14
Hex39704D3101F388e2121
Octal7116011561037702164141
Binary1110011110000100110111000101111111100010001110100001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39704D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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