#39724D

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

Shades of Amazon #39724D

Tints of Amazon #39724D

Color information

#39724D (or 0x39724D) is unknown color: approx Amazon. HEX triplet: 39, 72 and 4D. RGB value is (57,114,77). Sum of RGB (Red+Green+Blue) = 57+114+77=248 (32% of max value = 765). Red value is 57 (22.66% from 255 or 22.98% from 248); Green value is 114 (44.92% from 255 or 45.97% from 248); Blue value is 77 (30.47% from 255 or 31.05% from 248); Max value from RGB is 114 - color contains mainly: green. Hex color #39724D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #39724D is #C68DB2. Grayscale: #5C5C5C. Windows color (decimal): -13012403 or 5075513. OLE color: 5075513.

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

Color convert

RGB5711477-
CMYK0.5000.320.55
HSL141.05º33.33%33.53%-
HSV(B)141.05º50%44.71%-
XYZ9.0413.449.14-
YUV92.74119.12102.51-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 22.98%
GREEN value IS 114 (44.92% from 255) = 45.97%
BLUE value IS 77 (30.47% from 255) = 31.05%
R=22.98%
G=45.97%
B=31.05%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal57114770.5000.320.55141.0533.3333.53
Hex39724D32020378d2122
Octal7116211562040672154142
Binary11100111100101001101110010010000011011110001101100001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39724D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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