#3F755A

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

Shades of Amazon #3F755A

Tints of Amazon #3F755A

Color information

#3F755A (or 0x3F755A) is unknown color: approx Amazon. HEX triplet: 3F, 75 and 5A. RGB value is (63,117,90). Sum of RGB (Red+Green+Blue) = 63+117+90=270 (35% of max value = 765). Red value is 63 (25% from 255 or 23.33% from 270); Green value is 117 (46.09% from 255 or 43.33% from 270); Blue value is 90 (35.55% from 255 or 33.33% from 270); Max value from RGB is 117 - color contains mainly: green. Hex color #3F755A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F755A is #C08AA5. Grayscale: #616161. Windows color (decimal): -12618406 or 5928255. OLE color: 5928255.

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

Color convert

RGB6311790-
CMYK0.4600.230.54
HSL150º30%35.29%-
HSV(B)150º46.15%45.88%-
XYZ10.2614.5211.93-
YUV97.78123.61103.2-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 23.33%
GREEN value IS 117 (46.09% from 255) = 43.33%
BLUE value IS 90 (35.55% from 255) = 33.33%
R=23.33%
G=43.33%
B=33.33%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal63117900.4600.230.541503035.29
Hex3F755A2E01736961e23
Octal7716513256027662263643
Binary111111111010110110101011100101111101101001011011110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F755A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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