#39704B

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

Shades of Amazon #39704B

Tints of Amazon #39704B

Color information

#39704B (or 0x39704B) is unknown color: approx Amazon. HEX triplet: 39, 70 and 4B. RGB value is (57,112,75). Sum of RGB (Red+Green+Blue) = 57+112+75=244 (32% of max value = 765). Red value is 57 (22.66% from 255 or 23.36% from 244); Green value is 112 (44.14% from 255 or 45.90% from 244); Blue value is 75 (29.69% from 255 or 30.74% from 244); Max value from RGB is 112 - color contains mainly: green. Hex color #39704B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #39704B is #C68FB4. Grayscale: #5B5B5B. Windows color (decimal): -13012917 or 4943929. OLE color: 4943929.

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

Color convert

RGB5711275-
CMYK0.4900.330.56
HSL139.64º32.54%33.14%-
HSV(B)139.64º49.11%43.92%-
XYZ8.7512.978.7-
YUV91.34118.78103.51-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 23.36%
GREEN value IS 112 (44.14% from 255) = 45.90%
BLUE value IS 75 (29.69% from 255) = 30.74%
R=23.36%
G=45.90%
B=30.74%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal57112750.4900.330.56139.6432.5433.14
Hex39704B31021388c2121
Octal7116011361041702144141
Binary11100111100001001011110001010000111100010001100100001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39704B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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