#3F7F5C

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

Shades of Amazon #3F7F5C

Tints of Amazon #3F7F5C

Color information

#3F7F5C (or 0x3F7F5C) is unknown color: approx Amazon. HEX triplet: 3F, 7F and 5C. RGB value is (63,127,92). Sum of RGB (Red+Green+Blue) = 63+127+92=282 (37% of max value = 765). Red value is 63 (25% from 255 or 22.34% from 282); Green value is 127 (50% from 255 or 45.04% from 282); Blue value is 92 (36.33% from 255 or 32.62% from 282); Max value from RGB is 127 - color contains mainly: green. Hex color #3F7F5C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F7F5C is #C080A3. Grayscale: #676767. Windows color (decimal): -12615844 or 6061887. OLE color: 6061887.

HSL color Cylindrical-coordinate representation of color #3F7F5C: hue angle of 147.19º degrees, saturation: 0.34, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #3F7F5C is Cyan = 0.50, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.50.

Color convert

RGB6312792-
CMYK0.5000.280.50
HSL147.19º33.68%37.25%-
HSV(B)147.19º50.39%49.8%-
XYZ11.5717.0112.8-
YUV103.87121.398.85-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 22.34%
GREEN value IS 127 (50% from 255) = 45.04%
BLUE value IS 92 (36.33% from 255) = 32.62%
R=22.34%
G=45.04%
B=32.62%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal63127920.5000.280.50147.1933.6837.25
Hex3F7F5C3201C32932225
Octal7717713462034622234245
Binary1111111111111101110011001001110011001010010011100010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F7F5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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