#3F8657

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

Shades of Amazon #3F8657

Tints of Amazon #3F8657

Color information

#3F8657 (or 0x3F8657) is unknown color: approx Amazon. HEX triplet: 3F, 86 and 57. RGB value is (63,134,87). Sum of RGB (Red+Green+Blue) = 63+134+87=284 (37% of max value = 765). Red value is 63 (25% from 255 or 22.18% from 284); Green value is 134 (52.73% from 255 or 47.18% from 284); Blue value is 87 (34.38% from 255 or 30.63% from 284); Max value from RGB is 134 - color contains mainly: green. Hex color #3F8657 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3F8657 is #C079A8. Grayscale: #6B6B6B. Windows color (decimal): -12614057 or 5735999. OLE color: 5735999.

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

Color convert

RGB6313487-
CMYK0.5300.350.47
HSL140.28º36.04%38.63%-
HSV(B)140.28º52.99%52.55%-
XYZ12.318.812-
YUV107.41116.4896.32-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 22.18%
GREEN value IS 134 (52.73% from 255) = 47.18%
BLUE value IS 87 (34.38% from 255) = 30.63%
R=22.18%
G=47.18%
B=30.63%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal63134870.5300.350.47140.2836.0438.63
Hex3F8657350232F8c2427
Octal7720612765043572144447
Binary111111100001101010111110101010001110111110001100100100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F8657

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,134,87); }

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

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

 a { background-color: rgb(63,134,87); }

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

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

 span { border-color: rgb(63,134,87); }

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