Shades of Amazon #3F7056
Tints of Amazon #3F7056
RGB
CMYK
RGB Variations
Color information
#3F7056 (or 0x3F7056) is known color: Amazon. HEX triplet: 3F, 70 and 56. RGB value is (63,112,86). Sum of RGB (Red+Green+Blue) = 63+112+86=261 (34% of max value = 765). Red value is 63 (25% from 255 or 24.14% from 261); Green value is 112 (44.14% from 255 or 42.91% from 261); Blue value is 86 (33.98% from 255 or 32.95% from 261); Max value from RGB is 112 - color contains mainly: green. Hex color #3F7056 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F7056 is #C08FA9. Grayscale: #5E5E5E. Windows color (decimal): -12619690 or 5664831. OLE color: 5664831.
HSL color Cylindrical-coordinate representation of color #3F7056: hue angle of 148.16º degrees, saturation: 0.28, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #3F7056 is Cyan = 0.44, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 63 | 112 | 86 | - |
| CMYK | 0.44 | 0 | 0.23 | 0.56 |
| HSL | 148.16º | 0.28% | 0.34% | - |
| HSV(B) | 148.16º | 0.44% | 0.44% | - |
| XYZ | 9.52 | 13.32 | 10.87 | - |
| YUV | 94.39 | 123.27 | 105.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 112 | 86 | 0.44 | 0 | 0.23 | 0.56 | 148.16 | 0.28 | 0.34 |
| Hex | 3F | 70 | 56 | 2C | 0 | 17 | 38 | 94 | 1C | 22 |
| Octal | 77 | 160 | 126 | 54 | 0 | 27 | 70 | 224 | 34 | 42 |
| Binary | 111111 | 1110000 | 1010110 | 101100 | 0 | 10111 | 111000 | 10010100 | 11100 | 100010 |
Color Harmonies of #3F7056
Complementary color
Monochromatic Colors of #3F7056
Black with #3F7056
Text Example
Text Example
White with #3F7056
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F7056; }
p { color: rgb(63,112,86); }
H1.HeaderClassName
{
color: #3F7056;
}
.AnyTagClassName
{
color: #3F7056;
}
</style>
background-color css
<style>
a { background-color: #3F7056; }
a { background-color: rgb(63,112,86); }
div.DivClassName
{
background-color: #3F7056;
}
.BgClassName
{
background-color: #3F7056;
}
</style>
border-color css
<style>
span { border-color: #3F7056; }
span { border-color: rgb(63,112,86); }
td.TdClassName
{
border-color: #3F7056;
}
.TagClassName
{
border-color: #3F7056;
}
</style>