Shades of Amazon #3F7551
Tints of Amazon #3F7551
RGB
CMYK
RGB Variations
Color information
#3F7551 (or 0x3F7551) is known color: Amazon. HEX triplet: 3F, 75 and 51. RGB value is (63,117,81). Sum of RGB (Red+Green+Blue) = 63+117+81=261 (34% of max value = 765). Red value is 63 (25% from 255 or 24.14% from 261); Green value is 117 (46.09% from 255 or 44.83% from 261); Blue value is 81 (32.03% from 255 or 31.03% from 261); Max value from RGB is 117 - color contains mainly: green. Hex color #3F7551 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F7551 is #C08AAE. Grayscale: #606060. Windows color (decimal): -12618415 or 5338431. OLE color: 5338431.
HSL color Cylindrical-coordinate representation of color #3F7551: hue angle of 140º degrees, saturation: 0.3, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #3F7551 is Cyan = 0.46, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 63 | 117 | 81 | - |
| CMYK | 0.46 | 0 | 0.31 | 0.54 |
| HSL | 140º | 0.3% | 0.35% | - |
| HSV(B) | 140º | 0.46% | 0.46% | - |
| XYZ | 9.9 | 14.37 | 10.04 | - |
| YUV | 96.75 | 119.11 | 103.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 117 | 81 | 0.46 | 0 | 0.31 | 0.54 | 140 | 0.3 | 0.35 |
| Hex | 3F | 75 | 51 | 2E | 0 | 1F | 36 | 8C | 1E | 23 |
| Octal | 77 | 165 | 121 | 56 | 0 | 37 | 66 | 214 | 36 | 43 |
| Binary | 111111 | 1110101 | 1010001 | 101110 | 0 | 11111 | 110110 | 10001100 | 11110 | 100011 |
Color Harmonies of #3F7551
Complementary color
Monochromatic Colors of #3F7551
Black with #3F7551
Text Example
Text Example
White with #3F7551
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F7551; }
p { color: rgb(63,117,81); }
H1.HeaderClassName
{
color: #3F7551;
}
.AnyTagClassName
{
color: #3F7551;
}
</style>
background-color css
<style>
a { background-color: #3F7551; }
a { background-color: rgb(63,117,81); }
div.DivClassName
{
background-color: #3F7551;
}
.BgClassName
{
background-color: #3F7551;
}
</style>
border-color css
<style>
span { border-color: #3F7551; }
span { border-color: rgb(63,117,81); }
td.TdClassName
{
border-color: #3F7551;
}
.TagClassName
{
border-color: #3F7551;
}
</style>