#3F7C5D

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

Shades of Amazon #3F7C5D

Tints of Amazon #3F7C5D

Color information

#3F7C5D (or 0x3F7C5D) is unknown color: approx Amazon. HEX triplet: 3F, 7C and 5D. RGB value is (63,124,93). Sum of RGB (Red+Green+Blue) = 63+124+93=280 (37% of max value = 765). Red value is 63 (25% from 255 or 22.5% from 280); Green value is 124 (48.83% from 255 or 44.29% from 280); Blue value is 93 (36.72% from 255 or 33.21% from 280); Max value from RGB is 124 - color contains mainly: green. Hex color #3F7C5D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F7C5D is #C083A2. Grayscale: #666666. Windows color (decimal): -12616611 or 6126655. OLE color: 6126655.

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

Color convert

RGB6312493-
CMYK0.4900.250.51
HSL149.51º32.62%36.67%-
HSV(B)149.51º49.19%48.63%-
XYZ11.2316.2612.9-
YUV102.23122.79100.02-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 22.5%
GREEN value IS 124 (48.83% from 255) = 44.29%
BLUE value IS 93 (36.72% from 255) = 33.21%
R=22.5%
G=44.29%
B=33.21%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal63124930.4900.250.51149.5132.6236.67
Hex3F7C5D3101933962125
Octal7717413561031632264145
Binary1111111111100101110111000101100111001110010110100001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F7C5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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