#3F795E

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

Shades of Amazon #3F795E

Tints of Amazon #3F795E

Color information

#3F795E (or 0x3F795E) is unknown color: approx Amazon. HEX triplet: 3F, 79 and 5E. RGB value is (63,121,94). Sum of RGB (Red+Green+Blue) = 63+121+94=278 (36% of max value = 765). Red value is 63 (25% from 255 or 22.66% from 278); Green value is 121 (47.66% from 255 or 43.53% from 278); Blue value is 94 (37.11% from 255 or 33.81% from 278); Max value from RGB is 121 - color contains mainly: green. Hex color #3F795E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F795E is #C086A1. Grayscale: #646464. Windows color (decimal): -12617378 or 6191423. OLE color: 6191423.

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

Color convert

RGB6312194-
CMYK0.4800.220.53
HSL152.07º31.52%36.08%-
HSV(B)152.07º47.93%47.45%-
XYZ10.9115.5413.01-
YUV100.58124.28101.2-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 22.66%
GREEN value IS 121 (47.66% from 255) = 43.53%
BLUE value IS 94 (37.11% from 255) = 33.81%
R=22.66%
G=43.53%
B=33.81%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal63121940.4800.220.53152.0731.5236.08
Hex3F795E3001635982024
Octal7717113660026652304044
Binary1111111111001101111011000001011011010110011000100000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F795E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,121,94); }

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

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

 a { background-color: rgb(63,121,94); }

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

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

 span { border-color: rgb(63,121,94); }

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