#3F755D

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

Shades of Amazon #3F755D

Tints of Amazon #3F755D

Color information

#3F755D (or 0x3F755D) is unknown color: approx Amazon. HEX triplet: 3F, 75 and 5D. RGB value is (63,117,93). Sum of RGB (Red+Green+Blue) = 63+117+93=273 (36% of max value = 765). Red value is 63 (25% from 255 or 23.08% from 273); Green value is 117 (46.09% from 255 or 42.86% from 273); Blue value is 93 (36.72% from 255 or 34.07% from 273); Max value from RGB is 117 - color contains mainly: green. Hex color #3F755D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F755D is #C08AA2. Grayscale: #626262. Windows color (decimal): -12618403 or 6124863. OLE color: 6124863.

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

Color convert

RGB6311793-
CMYK0.4600.210.54
HSL153.33º30%35.29%-
HSV(B)153.33º46.15%45.88%-
XYZ10.3914.5712.62-
YUV98.12125.11102.95-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 23.08%
GREEN value IS 117 (46.09% from 255) = 42.86%
BLUE value IS 93 (36.72% from 255) = 34.07%
R=23.08%
G=42.86%
B=34.07%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal63117930.4600.210.54153.333035.29
Hex3F755D2E01536991e23
Octal7716513556025662313643
Binary111111111010110111011011100101011101101001100111110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F755D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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