#3F8956

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

Shades of Amazon #3F8956

Tints of Amazon #3F8956

Color information

#3F8956 (or 0x3F8956) is unknown color: approx Amazon. HEX triplet: 3F, 89 and 56. RGB value is (63,137,86). Sum of RGB (Red+Green+Blue) = 63+137+86=286 (37% of max value = 765). Red value is 63 (25% from 255 or 22.03% from 286); Green value is 137 (53.91% from 255 or 47.90% from 286); Blue value is 86 (33.98% from 255 or 30.07% from 286); Max value from RGB is 137 - color contains mainly: green. Hex color #3F8956 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3F8956 is #C076A9. Grayscale: #6D6D6D. Windows color (decimal): -12613290 or 5671231. OLE color: 5671231.

HSL color Cylindrical-coordinate representation of color #3F8956: hue angle of 138.65º degrees, saturation: 0.37, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #3F8956 is Cyan = 0.54, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.46.

Color convert

RGB6313786-
CMYK0.5400.370.46
HSL138.65º37%39.22%-
HSV(B)138.65º54.01%53.73%-
XYZ12.6819.6211.92-
YUV109.06114.9895.15-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 22.03%
GREEN value IS 137 (53.91% from 255) = 47.90%
BLUE value IS 86 (33.98% from 255) = 30.07%
R=22.03%
G=47.90%
B=30.07%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal63137860.5400.370.46138.653739.22
Hex3F8956360252E8b2527
Octal7721112666045562134547
Binary111111100010011010110110110010010110111010001011100101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F8956

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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