#3F7C51

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

Shades of Amazon #3F7C51

Tints of Amazon #3F7C51

Color information

#3F7C51 (or 0x3F7C51) is unknown color: approx Amazon. HEX triplet: 3F, 7C and 51. RGB value is (63,124,81). Sum of RGB (Red+Green+Blue) = 63+124+81=268 (35% of max value = 765). Red value is 63 (25% from 255 or 23.51% from 268); Green value is 124 (48.83% from 255 or 46.27% from 268); Blue value is 81 (32.03% from 255 or 30.22% from 268); Max value from RGB is 124 - color contains mainly: green. Hex color #3F7C51 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F7C51 is #C083AE. Grayscale: #646464. Windows color (decimal): -12616623 or 5340223. OLE color: 5340223.

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

Color convert

RGB6312481-
CMYK0.4900.350.51
HSL137.7º32.62%36.67%-
HSV(B)137.7º49.19%48.63%-
XYZ10.7416.0710.32-
YUV100.86116.79101-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 23.51%
GREEN value IS 124 (48.83% from 255) = 46.27%
BLUE value IS 81 (32.03% from 255) = 30.22%
R=23.51%
G=46.27%
B=30.22%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal63124810.4900.350.51137.732.6236.67
Hex3F7C5131023338a2125
Octal7717412161043632124145
Binary11111111111001010001110001010001111001110001010100001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F7C51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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