#39714A

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

Shades of Amazon #39714A

Tints of Amazon #39714A

Color information

#39714A (or 0x39714A) is unknown color: approx Amazon. HEX triplet: 39, 71 and 4A. RGB value is (57,113,74). Sum of RGB (Red+Green+Blue) = 57+113+74=244 (32% of max value = 765). Red value is 57 (22.66% from 255 or 23.36% from 244); Green value is 113 (44.53% from 255 or 46.31% from 244); Blue value is 74 (29.30% from 255 or 30.33% from 244); Max value from RGB is 113 - color contains mainly: green. Hex color #39714A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #39714A is #C68EB5. Grayscale: #5B5B5B. Windows color (decimal): -13012662 or 4878649. OLE color: 4878649.

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

Color convert

RGB5711374-
CMYK0.5000.350.56
HSL138.21º32.94%33.33%-
HSV(B)138.21º49.56%44.31%-
XYZ8.8313.178.56-
YUV91.81117.95103.17-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 23.36%
GREEN value IS 113 (44.53% from 255) = 46.31%
BLUE value IS 74 (29.30% from 255) = 30.33%
R=23.36%
G=46.31%
B=30.33%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal57113740.5000.350.56138.2132.9433.33
Hex39714A32023388a2121
Octal7116111262043702124141
Binary11100111100011001010110010010001111100010001010100001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39714A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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