#3F7D53

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

Shades of Amazon #3F7D53

Tints of Amazon #3F7D53

Color information

#3F7D53 (or 0x3F7D53) is unknown color: approx Amazon. HEX triplet: 3F, 7D and 53. RGB value is (63,125,83). Sum of RGB (Red+Green+Blue) = 63+125+83=271 (35% of max value = 765). Red value is 63 (25% from 255 or 23.25% from 271); Green value is 125 (49.22% from 255 or 46.13% from 271); Blue value is 83 (32.81% from 255 or 30.63% from 271); Max value from RGB is 125 - color contains mainly: green. Hex color #3F7D53 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F7D53 is #C082AC. Grayscale: #656565. Windows color (decimal): -12616365 or 5471551. OLE color: 5471551.

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

Color convert

RGB6312583-
CMYK0.5000.340.51
HSL139.35º32.98%36.86%-
HSV(B)139.35º49.6%49.02%-
XYZ10.9416.3510.76-
YUV101.67117.46100.42-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 23.25%
GREEN value IS 125 (49.22% from 255) = 46.13%
BLUE value IS 83 (32.81% from 255) = 30.63%
R=23.25%
G=46.13%
B=30.63%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal63125830.5000.340.51139.3532.9836.86
Hex3F7D5332022338b2125
Octal7717512362042632134145
Binary11111111111011010011110010010001011001110001011100001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F7D53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,125,83); }

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

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

 a { background-color: rgb(63,125,83); }

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

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

 span { border-color: rgb(63,125,83); }

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