Shades of Amazon #3F704E
Tints of Amazon #3F704E
RGB
CMYK
RGB Variations
Color information
#3F704E (or 0x3F704E) is known color: Amazon. HEX triplet: 3F, 70 and 4E. RGB value is (63,112,78). Sum of RGB (Red+Green+Blue) = 63+112+78=253 (33% of max value = 765). Red value is 63 (25% from 255 or 24.90% from 253); Green value is 112 (44.14% from 255 or 44.27% from 253); Blue value is 78 (30.86% from 255 or 30.83% from 253); Max value from RGB is 112 - color contains mainly: green. Hex color #3F704E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F704E is #C08FB1. Grayscale: #5D5D5D. Windows color (decimal): -12619698 or 5140543. OLE color: 5140543.
HSL color Cylindrical-coordinate representation of color #3F704E: hue angle of 138.37º 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 #3F704E is Cyan = 0.44, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 63 | 112 | 78 | - |
| CMYK | 0.44 | 0 | 0.30 | 0.56 |
| HSL | 138.37º | 0.28% | 0.34% | - |
| HSV(B) | 138.37º | 0.44% | 0.44% | - |
| XYZ | 9.22 | 13.2 | 9.27 | - |
| YUV | 93.47 | 119.27 | 106.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 112 | 78 | 0.44 | 0 | 0.30 | 0.56 | 138.37 | 0.28 | 0.34 |
| Hex | 3F | 70 | 4E | 2C | 0 | 1E | 38 | 8A | 1C | 22 |
| Octal | 77 | 160 | 116 | 54 | 0 | 36 | 70 | 212 | 34 | 42 |
| Binary | 111111 | 1110000 | 1001110 | 101100 | 0 | 11110 | 111000 | 10001010 | 11100 | 100010 |
Color Harmonies of #3F704E
Complementary color
Monochromatic Colors of #3F704E
Black with #3F704E
Text Example
Text Example
White with #3F704E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F704E; }
p { color: rgb(63,112,78); }
H1.HeaderClassName
{
color: #3F704E;
}
.AnyTagClassName
{
color: #3F704E;
}
</style>
background-color css
<style>
a { background-color: #3F704E; }
a { background-color: rgb(63,112,78); }
div.DivClassName
{
background-color: #3F704E;
}
.BgClassName
{
background-color: #3F704E;
}
</style>
border-color css
<style>
span { border-color: #3F704E; }
span { border-color: rgb(63,112,78); }
td.TdClassName
{
border-color: #3F704E;
}
.TagClassName
{
border-color: #3F704E;
}
</style>