#3F8656

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

Shades of Amazon #3F8656

Tints of Amazon #3F8656

Color information

#3F8656 (or 0x3F8656) is unknown color: approx Amazon. HEX triplet: 3F, 86 and 56. RGB value is (63,134,86). Sum of RGB (Red+Green+Blue) = 63+134+86=283 (37% of max value = 765). Red value is 63 (25% from 255 or 22.26% from 283); Green value is 134 (52.73% from 255 or 47.35% from 283); Blue value is 86 (33.98% from 255 or 30.39% from 283); Max value from RGB is 134 - color contains mainly: green. Hex color #3F8656 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3F8656 is #C079A9. Grayscale: #6B6B6B. Windows color (decimal): -12614058 or 5670463. OLE color: 5670463.

HSL color Cylindrical-coordinate representation of color #3F8656: hue angle of 139.44º 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 #3F8656 is Cyan = 0.53, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.47.

Color convert

RGB6313486-
CMYK0.5300.360.47
HSL139.44º36.04%38.63%-
HSV(B)139.44º52.99%52.55%-
XYZ12.2518.7811.78-
YUV107.3115.9896.4-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 22.26%
GREEN value IS 134 (52.73% from 255) = 47.35%
BLUE value IS 86 (33.98% from 255) = 30.39%
R=22.26%
G=47.35%
B=30.39%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal63134860.5300.360.47139.4436.0438.63
Hex3F8656350242F8b2427
Octal7720612665044572134447
Binary111111100001101010110110101010010010111110001011100100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F8656

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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