#39764D

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

Shades of Amazon #39764D

Tints of Amazon #39764D

Color information

#39764D (or 0x39764D) is unknown color: approx Amazon. HEX triplet: 39, 76 and 4D. RGB value is (57,118,77). Sum of RGB (Red+Green+Blue) = 57+118+77=252 (33% of max value = 765). Red value is 57 (22.66% from 255 or 22.62% from 252); Green value is 118 (46.48% from 255 or 46.83% from 252); Blue value is 77 (30.47% from 255 or 30.56% from 252); Max value from RGB is 118 - color contains mainly: green. Hex color #39764D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #39764D is #C689B2. Grayscale: #5F5F5F. Windows color (decimal): -13011379 or 5076537. OLE color: 5076537.

HSL color Cylindrical-coordinate representation of color #39764D: hue angle of 139.67º degrees, saturation: 0.35, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #39764D is Cyan = 0.52, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.54.

Color convert

RGB5711877-
CMYK0.5200.350.54
HSL139.67º34.86%34.31%-
HSV(B)139.67º51.69%46.27%-
XYZ9.5114.369.29-
YUV95.09117.79100.83-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 22.62%
GREEN value IS 118 (46.48% from 255) = 46.83%
BLUE value IS 77 (30.47% from 255) = 30.56%
R=22.62%
G=46.83%
B=30.56%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal57118770.5200.350.54139.6734.8634.31
Hex39764D34023368c2322
Octal7116611564043662144342
Binary11100111101101001101110100010001111011010001100100011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39764D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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