Shades of Amazon #3F7157
Tints of Amazon #3F7157
RGB
CMYK
RGB Variations
Color information
#3F7157 (or 0x3F7157) is known color: Amazon. HEX triplet: 3F, 71 and 57. RGB value is (63,113,87). Sum of RGB (Red+Green+Blue) = 63+113+87=263 (34% of max value = 765). Red value is 63 (25% from 255 or 23.95% from 263); Green value is 113 (44.53% from 255 or 42.97% from 263); Blue value is 87 (34.38% from 255 or 33.08% from 263); Max value from RGB is 113 - color contains mainly: green. Hex color #3F7157 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F7157 is #C08EA8. Grayscale: #5F5F5F. Windows color (decimal): -12619433 or 5730623. OLE color: 5730623.
HSL color Cylindrical-coordinate representation of color #3F7157: hue angle of 148.8º degrees, saturation: 0.28, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #3F7157 is Cyan = 0.44, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 63 | 113 | 87 | - |
| CMYK | 0.44 | 0 | 0.23 | 0.56 |
| HSL | 148.8º | 0.28% | 0.35% | - |
| HSV(B) | 148.8º | 0.44% | 0.44% | - |
| XYZ | 9.68 | 13.56 | 11.12 | - |
| YUV | 95.09 | 123.44 | 105.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 113 | 87 | 0.44 | 0 | 0.23 | 0.56 | 148.8 | 0.28 | 0.35 |
| Hex | 3F | 71 | 57 | 2C | 0 | 17 | 38 | 95 | 1C | 23 |
| Octal | 77 | 161 | 127 | 54 | 0 | 27 | 70 | 225 | 34 | 43 |
| Binary | 111111 | 1110001 | 1010111 | 101100 | 0 | 10111 | 111000 | 10010101 | 11100 | 100011 |
Color Harmonies of #3F7157
Complementary color
Monochromatic Colors of #3F7157
Black with #3F7157
Text Example
Text Example
White with #3F7157
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F7157; }
p { color: rgb(63,113,87); }
H1.HeaderClassName
{
color: #3F7157;
}
.AnyTagClassName
{
color: #3F7157;
}
</style>
background-color css
<style>
a { background-color: #3F7157; }
a { background-color: rgb(63,113,87); }
div.DivClassName
{
background-color: #3F7157;
}
.BgClassName
{
background-color: #3F7157;
}
</style>
border-color css
<style>
span { border-color: #3F7157; }
span { border-color: rgb(63,113,87); }
td.TdClassName
{
border-color: #3F7157;
}
.TagClassName
{
border-color: #3F7157;
}
</style>