#39704C

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

Shades of Amazon #39704C

Tints of Amazon #39704C

Color information

#39704C (or 0x39704C) is unknown color: approx Amazon. HEX triplet: 39, 70 and 4C. RGB value is (57,112,76). Sum of RGB (Red+Green+Blue) = 57+112+76=245 (32% of max value = 765). Red value is 57 (22.66% from 255 or 23.27% from 245); Green value is 112 (44.14% from 255 or 45.71% from 245); Blue value is 76 (30.08% from 255 or 31.02% from 245); Max value from RGB is 112 - color contains mainly: green. Hex color #39704C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #39704C is #C68FB3. Grayscale: #5B5B5B. Windows color (decimal): -13012916 or 5009465. OLE color: 5009465.

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

Color convert

RGB5711276-
CMYK0.4900.320.56
HSL140.73º32.54%33.14%-
HSV(B)140.73º49.11%43.92%-
XYZ8.7912.988.88-
YUV91.45119.28103.43-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 23.27%
GREEN value IS 112 (44.14% from 255) = 45.71%
BLUE value IS 76 (30.08% from 255) = 31.02%
R=23.27%
G=45.71%
B=31.02%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal57112760.4900.320.56140.7332.5433.14
Hex39704C31020388d2121
Octal7116011461040702154141
Binary11100111100001001100110001010000011100010001101100001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39704C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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