#39785E

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

Shades of Amazon #39785E

Tints of Amazon #39785E

Color information

#39785E (or 0x39785E) is unknown color: approx Amazon. HEX triplet: 39, 78 and 5E. RGB value is (57,120,94). Sum of RGB (Red+Green+Blue) = 57+120+94=271 (35% of max value = 765). Red value is 57 (22.66% from 255 or 21.03% from 271); Green value is 120 (47.27% from 255 or 44.28% from 271); Blue value is 94 (37.11% from 255 or 34.69% from 271); Max value from RGB is 120 - color contains mainly: green. Hex color #39785E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #39785E is #C687A1. Grayscale: #626262. Windows color (decimal): -13010850 or 6191161. OLE color: 6191161.

HSL color Cylindrical-coordinate representation of color #39785E: hue angle of 155.24º degrees, saturation: 0.36, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #39785E is Cyan = 0.52, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.53.

Color convert

RGB5712094-
CMYK0.5200.220.53
HSL155.24º35.59%34.71%-
HSV(B)155.24º52.5%47.06%-
XYZ10.4215.1112.96-
YUV98.2125.6398.61-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 21.03%
GREEN value IS 120 (47.27% from 255) = 44.28%
BLUE value IS 94 (37.11% from 255) = 34.69%
R=21.03%
G=44.28%
B=34.69%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal57120940.5200.220.53155.2435.5934.71
Hex39785E34016359b2423
Octal7117013664026652334443
Binary1110011111000101111011010001011011010110011011100100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39785E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #39785E; }

 p { color: rgb(57,120,94); }

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

<style>
 a { background-color: #39785E; }

 a { background-color: rgb(57,120,94); }

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

<style>
 span { border-color: #39785E; }

 span { border-color: rgb(57,120,94); }

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