#3F755B

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

Shades of Amazon #3F755B

Tints of Amazon #3F755B

Color information

#3F755B (or 0x3F755B) is unknown color: approx Amazon. HEX triplet: 3F, 75 and 5B. RGB value is (63,117,91). Sum of RGB (Red+Green+Blue) = 63+117+91=271 (35% of max value = 765). Red value is 63 (25% from 255 or 23.25% from 271); Green value is 117 (46.09% from 255 or 43.17% from 271); Blue value is 91 (35.94% from 255 or 33.58% from 271); Max value from RGB is 117 - color contains mainly: green. Hex color #3F755B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F755B is #C08AA4. Grayscale: #616161. Windows color (decimal): -12618405 or 5993791. OLE color: 5993791.

HSL color Cylindrical-coordinate representation of color #3F755B: hue angle of 151.11º 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 #3F755B is Cyan = 0.46, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.54.

Color convert

RGB6311791-
CMYK0.4600.220.54
HSL151.11º30%35.29%-
HSV(B)151.11º46.15%45.88%-
XYZ10.314.5312.16-
YUV97.89124.11103.11-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 23.25%
GREEN value IS 117 (46.09% from 255) = 43.17%
BLUE value IS 91 (35.94% from 255) = 33.58%
R=23.25%
G=43.17%
B=33.58%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal63117910.4600.220.54151.113035.29
Hex3F755B2E01636971e23
Octal7716513356026662273643
Binary111111111010110110111011100101101101101001011111110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F755B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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