#3F875C

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

Shades of Amazon #3F875C

Tints of Amazon #3F875C

Color information

#3F875C (or 0x3F875C) is unknown color: approx Amazon. HEX triplet: 3F, 87 and 5C. RGB value is (63,135,92). Sum of RGB (Red+Green+Blue) = 63+135+92=290 (38% of max value = 765). Red value is 63 (25% from 255 or 21.72% from 290); Green value is 135 (53.12% from 255 or 46.55% from 290); Blue value is 92 (36.33% from 255 or 31.72% from 290); Max value from RGB is 135 - color contains mainly: green. Hex color #3F875C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3F875C is #C078A3. Grayscale: #6C6C6C. Windows color (decimal): -12613796 or 6063935. OLE color: 6063935.

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

Color convert

RGB6313592-
CMYK0.5300.320.47
HSL144.17º36.36%38.82%-
HSV(B)144.17º53.33%52.94%-
XYZ12.6519.1613.16-
YUV108.57118.6595.5-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 21.72%
GREEN value IS 135 (53.12% from 255) = 46.55%
BLUE value IS 92 (36.33% from 255) = 31.72%
R=21.72%
G=46.55%
B=31.72%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal63135920.5300.320.47144.1736.3638.82
Hex3F875C350202F902427
Octal7720713465040572204447
Binary111111100001111011100110101010000010111110010000100100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F875C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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