#3F845B

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

Shades of Amazon #3F845B

Tints of Amazon #3F845B

Color information

#3F845B (or 0x3F845B) is unknown color: approx Amazon. HEX triplet: 3F, 84 and 5B. RGB value is (63,132,91). Sum of RGB (Red+Green+Blue) = 63+132+91=286 (37% of max value = 765). Red value is 63 (25% from 255 or 22.03% from 286); Green value is 132 (51.95% from 255 or 46.15% from 286); Blue value is 91 (35.94% from 255 or 31.82% from 286); Max value from RGB is 132 - color contains mainly: green. Hex color #3F845B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3F845B is #C07BA4. Grayscale: #6A6A6A. Windows color (decimal): -12614565 or 5997631. OLE color: 5997631.

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

Color convert

RGB6313291-
CMYK0.5200.310.48
HSL144.35º35.38%38.24%-
HSV(B)144.35º52.27%51.76%-
XYZ12.1918.3112.79-
YUV106.7119.1496.83-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 22.03%
GREEN value IS 132 (51.95% from 255) = 46.15%
BLUE value IS 91 (35.94% from 255) = 31.82%
R=22.03%
G=46.15%
B=31.82%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal63132910.5200.310.48144.3535.3838.24
Hex3F845B3401F30902326
Octal7720413364037602204346
Binary11111110000100101101111010001111111000010010000100011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F845B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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