#3F895D

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

Shades of Amazon #3F895D

Tints of Amazon #3F895D

Color information

#3F895D (or 0x3F895D) is unknown color: approx Amazon. HEX triplet: 3F, 89 and 5D. RGB value is (63,137,93). Sum of RGB (Red+Green+Blue) = 63+137+93=293 (38% of max value = 765). Red value is 63 (25% from 255 or 21.50% from 293); Green value is 137 (53.91% from 255 or 46.76% from 293); Blue value is 93 (36.72% from 255 or 31.74% from 293); Max value from RGB is 137 - color contains mainly: green. Hex color #3F895D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3F895D is #C076A2. Grayscale: #6D6D6D. Windows color (decimal): -12613283 or 6129983. OLE color: 6129983.

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

Color convert

RGB6313793-
CMYK0.5400.320.46
HSL144.32º37%39.22%-
HSV(B)144.32º54.01%53.73%-
XYZ12.9719.7413.48-
YUV109.86118.4894.58-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 21.50%
GREEN value IS 137 (53.91% from 255) = 46.76%
BLUE value IS 93 (36.72% from 255) = 31.74%
R=21.50%
G=46.76%
B=31.74%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal63137930.5400.320.46144.323739.22
Hex3F895D360202E902527
Octal7721113566040562204547
Binary111111100010011011101110110010000010111010010000100101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F895D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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