#39714E

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

Shades of Amazon #39714E

Tints of Amazon #39714E

Color information

#39714E (or 0x39714E) is unknown color: approx Amazon. HEX triplet: 39, 71 and 4E. RGB value is (57,113,78). Sum of RGB (Red+Green+Blue) = 57+113+78=248 (32% of max value = 765). Red value is 57 (22.66% from 255 or 22.98% from 248); Green value is 113 (44.53% from 255 or 45.56% from 248); Blue value is 78 (30.86% from 255 or 31.45% from 248); Max value from RGB is 113 - color contains mainly: green. Hex color #39714E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #39714E is #C68EB1. Grayscale: #5C5C5C. Windows color (decimal): -13012658 or 5140793. OLE color: 5140793.

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

Color convert

RGB5711378-
CMYK0.5000.310.56
HSL142.5º32.94%33.33%-
HSV(B)142.5º49.56%44.31%-
XYZ8.9713.239.29-
YUV92.27119.95102.85-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 22.98%
GREEN value IS 113 (44.53% from 255) = 45.56%
BLUE value IS 78 (30.86% from 255) = 31.45%
R=22.98%
G=45.56%
B=31.45%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal57113780.5000.310.56142.532.9433.33
Hex39714E3201F388e2121
Octal7116111662037702164141
Binary1110011110001100111011001001111111100010001110100001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39714E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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