#39714F

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

Shades of Amazon #39714F

Tints of Amazon #39714F

Color information

#39714F (or 0x39714F) is unknown color: approx Amazon. HEX triplet: 39, 71 and 4F. RGB value is (57,113,79). Sum of RGB (Red+Green+Blue) = 57+113+79=249 (32% of max value = 765). Red value is 57 (22.66% from 255 or 22.89% from 249); Green value is 113 (44.53% from 255 or 45.38% from 249); Blue value is 79 (31.25% from 255 or 31.73% from 249); Max value from RGB is 113 - color contains mainly: green. Hex color #39714F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #39714F is #C68EB0. Grayscale: #5C5C5C. Windows color (decimal): -13012657 or 5206329. OLE color: 5206329.

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

Color convert

RGB5711379-
CMYK0.5000.300.56
HSL143.57º32.94%33.33%-
HSV(B)143.57º49.56%44.31%-
XYZ913.249.48-
YUV92.38120.45102.76-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 22.89%
GREEN value IS 113 (44.53% from 255) = 45.38%
BLUE value IS 79 (31.25% from 255) = 31.73%
R=22.89%
G=45.38%
B=31.73%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal57113790.5000.300.56143.5732.9433.33
Hex39714F3201E38902121
Octal7116111762036702204141
Binary1110011110001100111111001001111011100010010000100001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39714F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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