#3F805B

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

Shades of Amazon #3F805B

Tints of Amazon #3F805B

Color information

#3F805B (or 0x3F805B) is unknown color: approx Amazon. HEX triplet: 3F, 80 and 5B. RGB value is (63,128,91). Sum of RGB (Red+Green+Blue) = 63+128+91=282 (37% of max value = 765). Red value is 63 (25% from 255 or 22.34% from 282); Green value is 128 (50.39% from 255 or 45.39% from 282); Blue value is 91 (35.94% from 255 or 32.27% from 282); Max value from RGB is 128 - color contains mainly: green. Hex color #3F805B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3F805B is #C07FA4. Grayscale: #686868. Windows color (decimal): -12615589 or 5996607. OLE color: 5996607.

HSL color Cylindrical-coordinate representation of color #3F805B: hue angle of 145.85º degrees, saturation: 0.34, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #3F805B is Cyan = 0.51, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.50.

Color convert

RGB6312891-
CMYK0.5100.290.50
HSL145.85º34.03%37.45%-
HSV(B)145.85º50.78%50.2%-
XYZ11.6617.2512.61-
YUV104.35120.4798.51-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 22.34%
GREEN value IS 128 (50.39% from 255) = 45.39%
BLUE value IS 91 (35.94% from 255) = 32.27%
R=22.34%
G=45.39%
B=32.27%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal63128910.5100.290.50145.8534.0337.45
Hex3F805B3301D32922225
Octal7720013363035622224245
Binary11111110000000101101111001101110111001010010010100010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F805B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,128,91); }

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

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

 a { background-color: rgb(63,128,91); }

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

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

 span { border-color: rgb(63,128,91); }

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