#39785F

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

Shades of Amazon #39785F

Tints of Amazon #39785F

Color information

#39785F (or 0x39785F) is unknown color: approx Amazon. HEX triplet: 39, 78 and 5F. RGB value is (57,120,95). Sum of RGB (Red+Green+Blue) = 57+120+95=272 (36% of max value = 765). Red value is 57 (22.66% from 255 or 20.96% from 272); Green value is 120 (47.27% from 255 or 44.12% from 272); Blue value is 95 (37.5% from 255 or 34.93% from 272); Max value from RGB is 120 - color contains mainly: green. Hex color #39785F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #39785F is #C687A0. Grayscale: #626262. Windows color (decimal): -13010849 or 6256697. OLE color: 6256697.

HSL color Cylindrical-coordinate representation of color #39785F: hue angle of 156.19º 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 #39785F is Cyan = 0.52, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.53.

Color convert

RGB5712095-
CMYK0.5200.210.53
HSL156.19º35.59%34.71%-
HSV(B)156.19º52.5%47.06%-
XYZ10.4715.1313.19-
YUV98.31126.1398.53-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 20.96%
GREEN value IS 120 (47.27% from 255) = 44.12%
BLUE value IS 95 (37.5% from 255) = 34.93%
R=20.96%
G=44.12%
B=34.93%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal57120950.5200.210.53156.1935.5934.71
Hex39785F34015359c2423
Octal7117013764025652344443
Binary1110011111000101111111010001010111010110011100100100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39785F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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