#3F755E

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

Shades of Amazon #3F755E

Tints of Amazon #3F755E

Color information

#3F755E (or 0x3F755E) is unknown color: approx Amazon. HEX triplet: 3F, 75 and 5E. RGB value is (63,117,94). Sum of RGB (Red+Green+Blue) = 63+117+94=274 (36% of max value = 765). Red value is 63 (25% from 255 or 22.99% from 274); Green value is 117 (46.09% from 255 or 42.70% from 274); Blue value is 94 (37.11% from 255 or 34.31% from 274); Max value from RGB is 117 - color contains mainly: green. Hex color #3F755E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F755E is #C08AA1. Grayscale: #626262. Windows color (decimal): -12618402 or 6190399. OLE color: 6190399.

HSL color Cylindrical-coordinate representation of color #3F755E: hue angle of 154.44º degrees, saturation: 0.3, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #3F755E is Cyan = 0.46, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.54.

Color convert

RGB6311794-
CMYK0.4600.200.54
HSL154.44º30%35.29%-
HSV(B)154.44º46.15%45.88%-
XYZ10.4314.5912.86-
YUV98.23125.61102.87-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 22.99%
GREEN value IS 117 (46.09% from 255) = 42.70%
BLUE value IS 94 (37.11% from 255) = 34.31%
R=22.99%
G=42.70%
B=34.31%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal63117940.4600.200.54154.443035.29
Hex3F755E2E014369a1e23
Octal7716513656024662323643
Binary111111111010110111101011100101001101101001101011110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F755E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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