#39714D

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

Shades of Amazon #39714D

Tints of Amazon #39714D

Color information

#39714D (or 0x39714D) is unknown color: approx Amazon. HEX triplet: 39, 71 and 4D. RGB value is (57,113,77). Sum of RGB (Red+Green+Blue) = 57+113+77=247 (32% of max value = 765). Red value is 57 (22.66% from 255 or 23.08% from 247); Green value is 113 (44.53% from 255 or 45.75% from 247); Blue value is 77 (30.47% from 255 or 31.17% from 247); Max value from RGB is 113 - color contains mainly: green. Hex color #39714D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #39714D is #C68EB2. Grayscale: #5C5C5C. Windows color (decimal): -13012659 or 5075257. OLE color: 5075257.

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

Color convert

RGB5711377-
CMYK0.5000.320.56
HSL141.43º32.94%33.33%-
HSV(B)141.43º49.56%44.31%-
XYZ8.9313.229.1-
YUV92.15119.45102.93-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 23.08%
GREEN value IS 113 (44.53% from 255) = 45.75%
BLUE value IS 77 (30.47% from 255) = 31.17%
R=23.08%
G=45.75%
B=31.17%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal57113770.5000.320.56141.4332.9433.33
Hex39714D32020388d2121
Octal7116111562040702154141
Binary11100111100011001101110010010000011100010001101100001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39714D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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