#3F865C

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

Shades of Amazon #3F865C

Tints of Amazon #3F865C

Color information

#3F865C (or 0x3F865C) is unknown color: approx Amazon. HEX triplet: 3F, 86 and 5C. RGB value is (63,134,92). Sum of RGB (Red+Green+Blue) = 63+134+92=289 (38% of max value = 765). Red value is 63 (25% from 255 or 21.80% from 289); Green value is 134 (52.73% from 255 or 46.37% from 289); Blue value is 92 (36.33% from 255 or 31.83% from 289); Max value from RGB is 134 - color contains mainly: green. Hex color #3F865C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3F865C is #C079A3. Grayscale: #6C6C6C. Windows color (decimal): -12614052 or 6063679. OLE color: 6063679.

HSL color Cylindrical-coordinate representation of color #3F865C: hue angle of 144.51º degrees, saturation: 0.36, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #3F865C is Cyan = 0.53, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.47.

Color convert

RGB6313492-
CMYK0.5300.310.47
HSL144.51º36.04%38.63%-
HSV(B)144.51º52.99%52.55%-
XYZ12.5118.8813.11-
YUV107.98118.9895.92-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 21.80%
GREEN value IS 134 (52.73% from 255) = 46.37%
BLUE value IS 92 (36.33% from 255) = 31.83%
R=21.80%
G=46.37%
B=31.83%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal63134920.5300.310.47144.5136.0438.63
Hex3F865C3501F2F912427
Octal7720613465037572214447
Binary11111110000110101110011010101111110111110010001100100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F865C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,134,92); }

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

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

 a { background-color: rgb(63,134,92); }

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

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

 span { border-color: rgb(63,134,92); }

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