#3F7E5E

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

Shades of Amazon #3F7E5E

Tints of Amazon #3F7E5E

Color information

#3F7E5E (or 0x3F7E5E) is unknown color: approx Amazon. HEX triplet: 3F, 7E and 5E. RGB value is (63,126,94). Sum of RGB (Red+Green+Blue) = 63+126+94=283 (37% of max value = 765). Red value is 63 (25% from 255 or 22.26% from 283); Green value is 126 (49.61% from 255 or 44.52% from 283); Blue value is 94 (37.11% from 255 or 33.22% from 283); Max value from RGB is 126 - color contains mainly: green. Hex color #3F7E5E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F7E5E is #C081A1. Grayscale: #676767. Windows color (decimal): -12616098 or 6192703. OLE color: 6192703.

HSL color Cylindrical-coordinate representation of color #3F7E5E: hue angle of 149.52º 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 #3F7E5E is Cyan = 0.50, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.51.

Color convert

RGB6312694-
CMYK0.5000.250.51
HSL149.52º33.33%37.06%-
HSV(B)149.52º50%49.41%-
XYZ11.5316.7913.22-
YUV103.51122.6399.1-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 22.26%
GREEN value IS 126 (49.61% from 255) = 44.52%
BLUE value IS 94 (37.11% from 255) = 33.22%
R=22.26%
G=44.52%
B=33.22%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal63126940.5000.250.51149.5233.3337.06
Hex3F7E5E3201933962125
Octal7717613662031632264145
Binary1111111111110101111011001001100111001110010110100001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F7E5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,126,94); }

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

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

 a { background-color: rgb(63,126,94); }

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

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

 span { border-color: rgb(63,126,94); }

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