#39754D

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

Shades of Amazon #39754D

Tints of Amazon #39754D

Color information

#39754D (or 0x39754D) is unknown color: approx Amazon. HEX triplet: 39, 75 and 4D. RGB value is (57,117,77). Sum of RGB (Red+Green+Blue) = 57+117+77=251 (33% of max value = 765). Red value is 57 (22.66% from 255 or 22.71% from 251); Green value is 117 (46.09% from 255 or 46.61% from 251); Blue value is 77 (30.47% from 255 or 30.68% from 251); Max value from RGB is 117 - color contains mainly: green. Hex color #39754D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #39754D is #C68AB2. Grayscale: #5E5E5E. Windows color (decimal): -13011635 or 5076281. OLE color: 5076281.

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

Color convert

RGB5711777-
CMYK0.5100.340.54
HSL140º34.48%34.12%-
HSV(B)140º51.28%45.88%-
XYZ9.3914.139.25-
YUV94.5118.12101.25-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 22.71%
GREEN value IS 117 (46.09% from 255) = 46.61%
BLUE value IS 77 (30.47% from 255) = 30.68%
R=22.71%
G=46.61%
B=30.68%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal57117770.5100.340.5414034.4834.12
Hex39754D33022368c2222
Octal7116511563042662144242
Binary11100111101011001101110011010001011011010001100100010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39754D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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