#3F805D

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

Shades of Amazon #3F805D

Tints of Amazon #3F805D

Color information

#3F805D (or 0x3F805D) is unknown color: approx Amazon. HEX triplet: 3F, 80 and 5D. RGB value is (63,128,93). Sum of RGB (Red+Green+Blue) = 63+128+93=284 (37% of max value = 765). Red value is 63 (25% from 255 or 22.18% from 284); Green value is 128 (50.39% from 255 or 45.07% from 284); Blue value is 93 (36.72% from 255 or 32.75% from 284); Max value from RGB is 128 - color contains mainly: green. Hex color #3F805D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3F805D is #C07FA2. Grayscale: #686868. Windows color (decimal): -12615587 or 6127679. OLE color: 6127679.

HSL color Cylindrical-coordinate representation of color #3F805D: hue angle of 147.69º 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 #3F805D is Cyan = 0.51, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.50.

Color convert

RGB6312893-
CMYK0.5100.270.50
HSL147.69º34.03%37.45%-
HSV(B)147.69º50.78%50.2%-
XYZ11.7417.2913.07-
YUV104.58121.4798.35-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 22.18%
GREEN value IS 128 (50.39% from 255) = 45.07%
BLUE value IS 93 (36.72% from 255) = 32.75%
R=22.18%
G=45.07%
B=32.75%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal63128930.5100.270.50147.6934.0337.45
Hex3F805D3301B32942225
Octal7720013563033622244245
Binary11111110000000101110111001101101111001010010100100010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F805D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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