#3F7050

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

Shades of Amazon #3F7050

Tints of Amazon #3F7050

Color information

#3F7050 (or 0x3F7050) is unknown color: approx Amazon. HEX triplet: 3F, 70 and 50. RGB value is (63,112,80). Sum of RGB (Red+Green+Blue) = 63+112+80=255 (33% of max value = 765). Red value is 63 (25% from 255 or 24.71% from 255); Green value is 112 (44.14% from 255 or 43.92% from 255); Blue value is 80 (31.64% from 255 or 31.37% from 255); Max value from RGB is 112 - color contains mainly: green. Hex color #3F7050 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F7050 is #C08FAF. Grayscale: #5D5D5D. Windows color (decimal): -12619696 or 5271615. OLE color: 5271615.

HSL color Cylindrical-coordinate representation of color #3F7050: hue angle of 140.82º degrees, saturation: 0.28, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #3F7050 is Cyan = 0.44, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.56.

Color convert

RGB6311280-
CMYK0.4400.290.56
HSL140.82º28%34.31%-
HSV(B)140.82º43.75%43.92%-
XYZ9.2913.229.65-
YUV93.7120.27106.1-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 24.71%
GREEN value IS 112 (44.14% from 255) = 43.92%
BLUE value IS 80 (31.64% from 255) = 31.37%
R=24.71%
G=43.92%
B=31.37%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal63112800.4400.290.56140.822834.31
Hex3F70502C01D388d1c22
Octal7716012054035702153442
Binary111111111000010100001011000111011110001000110111100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F7050

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,112,80); }

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

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

 a { background-color: rgb(63,112,80); }

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

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

 span { border-color: rgb(63,112,80); }

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