#3F7E5C

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

Shades of Amazon #3F7E5C

Tints of Amazon #3F7E5C

Color information

#3F7E5C (or 0x3F7E5C) is unknown color: approx Amazon. HEX triplet: 3F, 7E and 5C. RGB value is (63,126,92). Sum of RGB (Red+Green+Blue) = 63+126+92=281 (37% of max value = 765). Red value is 63 (25% from 255 or 22.42% from 281); Green value is 126 (49.61% from 255 or 44.84% from 281); Blue value is 92 (36.33% from 255 or 32.74% from 281); Max value from RGB is 126 - color contains mainly: green. Hex color #3F7E5C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F7E5C is #C081A3. Grayscale: #676767. Windows color (decimal): -12616100 or 6061631. OLE color: 6061631.

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

Color convert

RGB6312692-
CMYK0.5000.270.51
HSL147.62º33.33%37.06%-
HSV(B)147.62º50%49.41%-
XYZ11.4416.7512.76-
YUV103.29121.6399.26-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 22.42%
GREEN value IS 126 (49.61% from 255) = 44.84%
BLUE value IS 92 (36.33% from 255) = 32.74%
R=22.42%
G=44.84%
B=32.74%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal63126920.5000.270.51147.6233.3337.06
Hex3F7E5C3201B33942125
Octal7717613462033632244145
Binary1111111111110101110011001001101111001110010100100001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F7E5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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