#39734D

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

Shades of Amazon #39734D

Tints of Amazon #39734D

Color information

#39734D (or 0x39734D) is unknown color: approx Amazon. HEX triplet: 39, 73 and 4D. RGB value is (57,115,77). Sum of RGB (Red+Green+Blue) = 57+115+77=249 (32% of max value = 765). Red value is 57 (22.66% from 255 or 22.89% from 249); Green value is 115 (45.31% from 255 or 46.18% from 249); Blue value is 77 (30.47% from 255 or 30.92% from 249); Max value from RGB is 115 - color contains mainly: green. Hex color #39734D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #39734D is #C68CB2. Grayscale: #5D5D5D. Windows color (decimal): -13012147 or 5075769. OLE color: 5075769.

HSL color Cylindrical-coordinate representation of color #39734D: hue angle of 140.69º degrees, saturation: 0.34, 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 #39734D is Cyan = 0.50, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.55.

Color convert

RGB5711577-
CMYK0.5000.330.55
HSL140.69º33.72%33.73%-
HSV(B)140.69º50.43%45.1%-
XYZ9.1613.679.18-
YUV93.33118.78102.09-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 22.89%
GREEN value IS 115 (45.31% from 255) = 46.18%
BLUE value IS 77 (30.47% from 255) = 30.92%
R=22.89%
G=46.18%
B=30.92%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal57115770.5000.330.55140.6933.7233.73
Hex39734D32021378d2222
Octal7116311562041672154242
Binary11100111100111001101110010010000111011110001101100010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39734D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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