#3F8260

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

Shades of Amazon #3F8260

Tints of Amazon #3F8260

Color information

#3F8260 (or 0x3F8260) is unknown color: approx Amazon. HEX triplet: 3F, 82 and 60. RGB value is (63,130,96). Sum of RGB (Red+Green+Blue) = 63+130+96=289 (38% of max value = 765). Red value is 63 (25% from 255 or 21.80% from 289); Green value is 130 (51.17% from 255 or 44.98% from 289); Blue value is 96 (37.89% from 255 or 33.22% from 289); Max value from RGB is 130 - color contains mainly: green. Hex color #3F8260 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3F8260 is #C07D9F. Grayscale: #6A6A6A. Windows color (decimal): -12615072 or 6324799. OLE color: 6324799.

HSL color Cylindrical-coordinate representation of color #3F8260: hue angle of 149.55º degrees, saturation: 0.35, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #3F8260 is Cyan = 0.52, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.49.

Color convert

RGB6313096-
CMYK0.5200.260.49
HSL149.55º34.72%37.84%-
HSV(B)149.55º51.54%50.98%-
XYZ12.1417.8713.87-
YUV106.09122.397.26-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 21.80%
GREEN value IS 130 (51.17% from 255) = 44.98%
BLUE value IS 96 (37.89% from 255) = 33.22%
R=21.80%
G=44.98%
B=33.22%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal63130960.5200.260.49149.5534.7237.84
Hex3F82603401A31962326
Octal7720214064032612264346
Binary11111110000010110000011010001101011000110010110100011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F8260

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,130,96); }

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

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

 a { background-color: rgb(63,130,96); }

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

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

 span { border-color: rgb(63,130,96); }

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