#39714C

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

Shades of Amazon #39714C

Tints of Amazon #39714C

Color information

#39714C (or 0x39714C) is unknown color: approx Amazon. HEX triplet: 39, 71 and 4C. RGB value is (57,113,76). Sum of RGB (Red+Green+Blue) = 57+113+76=246 (32% of max value = 765). Red value is 57 (22.66% from 255 or 23.17% from 246); Green value is 113 (44.53% from 255 or 45.93% from 246); Blue value is 76 (30.08% from 255 or 30.89% from 246); Max value from RGB is 113 - color contains mainly: green. Hex color #39714C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #39714C is #C68EB3. Grayscale: #5C5C5C. Windows color (decimal): -13012660 or 5009721. OLE color: 5009721.

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

Color convert

RGB5711376-
CMYK0.5000.330.56
HSL140.36º32.94%33.33%-
HSV(B)140.36º49.56%44.31%-
XYZ8.913.28.92-
YUV92.04118.95103.01-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 23.17%
GREEN value IS 113 (44.53% from 255) = 45.93%
BLUE value IS 76 (30.08% from 255) = 30.89%
R=23.17%
G=45.93%
B=30.89%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal57113760.5000.330.56140.3632.9433.33
Hex39714C32021388c2121
Octal7116111462041702144141
Binary11100111100011001100110010010000111100010001100100001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39714C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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