#3F795C

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

Shades of Amazon #3F795C

Tints of Amazon #3F795C

Color information

#3F795C (or 0x3F795C) is unknown color: approx Amazon. HEX triplet: 3F, 79 and 5C. RGB value is (63,121,92). Sum of RGB (Red+Green+Blue) = 63+121+92=276 (36% of max value = 765). Red value is 63 (25% from 255 or 22.83% from 276); Green value is 121 (47.66% from 255 or 43.84% from 276); Blue value is 92 (36.33% from 255 or 33.33% from 276); Max value from RGB is 121 - color contains mainly: green. Hex color #3F795C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F795C is #C086A3. Grayscale: #646464. Windows color (decimal): -12617380 or 6060351. OLE color: 6060351.

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

Color convert

RGB6312192-
CMYK0.4800.240.53
HSL150º31.52%36.08%-
HSV(B)150º47.93%47.45%-
XYZ10.8215.512.55-
YUV100.35123.28101.36-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 22.83%
GREEN value IS 121 (47.66% from 255) = 43.84%
BLUE value IS 92 (36.33% from 255) = 33.33%
R=22.83%
G=43.84%
B=33.33%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal63121920.4800.240.5315031.5236.08
Hex3F795C3001835962024
Octal7717113460030652264044
Binary1111111111001101110011000001100011010110010110100000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F795C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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