#3F7C5E

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

Shades of Amazon #3F7C5E

Tints of Amazon #3F7C5E

Color information

#3F7C5E (or 0x3F7C5E) is unknown color: approx Amazon. HEX triplet: 3F, 7C and 5E. RGB value is (63,124,94). Sum of RGB (Red+Green+Blue) = 63+124+94=281 (37% of max value = 765). Red value is 63 (25% from 255 or 22.42% from 281); Green value is 124 (48.83% from 255 or 44.13% from 281); Blue value is 94 (37.11% from 255 or 33.45% from 281); Max value from RGB is 124 - color contains mainly: green. Hex color #3F7C5E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F7C5E is #C083A1. Grayscale: #666666. Windows color (decimal): -12616610 or 6192191. OLE color: 6192191.

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

Color convert

RGB6312494-
CMYK0.4900.240.51
HSL150.49º32.62%36.67%-
HSV(B)150.49º49.19%48.63%-
XYZ11.2816.2813.14-
YUV102.34123.2999.94-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 22.42%
GREEN value IS 124 (48.83% from 255) = 44.13%
BLUE value IS 94 (37.11% from 255) = 33.45%
R=22.42%
G=44.13%
B=33.45%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal63124940.4900.240.51150.4932.6236.67
Hex3F7C5E3101833962125
Octal7717413661030632264145
Binary1111111111100101111011000101100011001110010110100001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F7C5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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