Shades of Amazon #3F7155
Tints of Amazon #3F7155
RGB
CMYK
RGB Variations
Color information
#3F7155 (or 0x3F7155) is known color: Amazon. HEX triplet: 3F, 71 and 55. RGB value is (63,113,85). Sum of RGB (Red+Green+Blue) = 63+113+85=261 (34% of max value = 765). Red value is 63 (25% from 255 or 24.14% from 261); Green value is 113 (44.53% from 255 or 43.30% from 261); Blue value is 85 (33.59% from 255 or 32.57% from 261); Max value from RGB is 113 - color contains mainly: green. Hex color #3F7155 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F7155 is #C08EAA. Grayscale: #5E5E5E. Windows color (decimal): -12619435 or 5599551. OLE color: 5599551.
HSL color Cylindrical-coordinate representation of color #3F7155: hue angle of 146.4º 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 #3F7155 is Cyan = 0.44, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 63 | 113 | 85 | - |
| CMYK | 0.44 | 0 | 0.25 | 0.56 |
| HSL | 146.4º | 0.28% | 0.35% | - |
| HSV(B) | 146.4º | 0.44% | 0.44% | - |
| XYZ | 9.59 | 13.52 | 10.7 | - |
| YUV | 94.86 | 122.44 | 105.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 113 | 85 | 0.44 | 0 | 0.25 | 0.56 | 146.4 | 0.28 | 0.35 |
| Hex | 3F | 71 | 55 | 2C | 0 | 19 | 38 | 92 | 1C | 23 |
| Octal | 77 | 161 | 125 | 54 | 0 | 31 | 70 | 222 | 34 | 43 |
| Binary | 111111 | 1110001 | 1010101 | 101100 | 0 | 11001 | 111000 | 10010010 | 11100 | 100011 |
Color Harmonies of #3F7155
Complementary color
Monochromatic Colors of #3F7155
Black with #3F7155
Text Example
Text Example
White with #3F7155
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F7155; }
p { color: rgb(63,113,85); }
H1.HeaderClassName
{
color: #3F7155;
}
.AnyTagClassName
{
color: #3F7155;
}
</style>
background-color css
<style>
a { background-color: #3F7155; }
a { background-color: rgb(63,113,85); }
div.DivClassName
{
background-color: #3F7155;
}
.BgClassName
{
background-color: #3F7155;
}
</style>
border-color css
<style>
span { border-color: #3F7155; }
span { border-color: rgb(63,113,85); }
td.TdClassName
{
border-color: #3F7155;
}
.TagClassName
{
border-color: #3F7155;
}
</style>