#3F895B

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

Shades of Amazon #3F895B

Tints of Amazon #3F895B

Color information

#3F895B (or 0x3F895B) is unknown color: approx Amazon. HEX triplet: 3F, 89 and 5B. RGB value is (63,137,91). Sum of RGB (Red+Green+Blue) = 63+137+91=291 (38% of max value = 765). Red value is 63 (25% from 255 or 21.65% from 291); Green value is 137 (53.91% from 255 or 47.08% from 291); Blue value is 91 (35.94% from 255 or 31.27% from 291); Max value from RGB is 137 - color contains mainly: green. Hex color #3F895B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3F895B is #C076A4. Grayscale: #6D6D6D. Windows color (decimal): -12613285 or 5998911. OLE color: 5998911.

HSL color Cylindrical-coordinate representation of color #3F895B: hue angle of 142.7º 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 #3F895B is Cyan = 0.54, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.46.

Color convert

RGB6313791-
CMYK0.5400.340.46
HSL142.7º37%39.22%-
HSV(B)142.7º54.01%53.73%-
XYZ12.8819.713.02-
YUV109.63117.4894.74-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 21.65%
GREEN value IS 137 (53.91% from 255) = 47.08%
BLUE value IS 91 (35.94% from 255) = 31.27%
R=21.65%
G=47.08%
B=31.27%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal63137910.5400.340.46142.73739.22
Hex3F895B360222E8f2527
Octal7721113366042562174547
Binary111111100010011011011110110010001010111010001111100101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F895B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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