#3F785F

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

Shades of Amazon #3F785F

Tints of Amazon #3F785F

Color information

#3F785F (or 0x3F785F) is unknown color: approx Amazon. HEX triplet: 3F, 78 and 5F. RGB value is (63,120,95). Sum of RGB (Red+Green+Blue) = 63+120+95=278 (36% of max value = 765). Red value is 63 (25% from 255 or 22.66% from 278); Green value is 120 (47.27% from 255 or 43.17% from 278); Blue value is 95 (37.5% from 255 or 34.17% from 278); Max value from RGB is 120 - color contains mainly: green. Hex color #3F785F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F785F is #C087A0. Grayscale: #646464. Windows color (decimal): -12617633 or 6256703. OLE color: 6256703.

HSL color Cylindrical-coordinate representation of color #3F785F: hue angle of 153.68º degrees, saturation: 0.31, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #3F785F is Cyan = 0.48, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.53.

Color convert

RGB6312095-
CMYK0.4800.210.53
HSL153.68º31.15%35.88%-
HSV(B)153.68º47.5%47.06%-
XYZ10.8315.3213.21-
YUV100.11125.12101.53-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 22.66%
GREEN value IS 120 (47.27% from 255) = 43.17%
BLUE value IS 95 (37.5% from 255) = 34.17%
R=22.66%
G=43.17%
B=34.17%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal63120950.4800.210.53153.6831.1535.88
Hex3F785F30015359a1f24
Octal7717013760025652323744
Binary111111111100010111111100000101011101011001101011111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F785F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3F785F; }

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

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

<style>
 a { background-color: #3F785F; }

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

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

<style>
 span { border-color: #3F785F; }

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

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