Shades of Amazon #3D7159
Tints of Amazon #3D7159
RGB
CMYK
RGB Variations
Color information
#3D7159 (or 0x3D7159) is known color: Amazon. HEX triplet: 3D, 71 and 59. RGB value is (61,113,89). Sum of RGB (Red+Green+Blue) = 61+113+89=263 (34% of max value = 765). Red value is 61 (24.22% from 255 or 23.19% from 263); Green value is 113 (44.53% from 255 or 42.97% from 263); Blue value is 89 (35.16% from 255 or 33.84% from 263); Max value from RGB is 113 - color contains mainly: green. Hex color #3D7159 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3D7159 is #C28EA6. Grayscale: #5E5E5E. Windows color (decimal): -12750503 or 5861693. OLE color: 5861693.
HSL color Cylindrical-coordinate representation of color #3D7159: hue angle of 152.31º degrees, saturation: 0.3, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #3D7159 is Cyan = 0.46, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 61 | 113 | 89 | - |
| CMYK | 0.46 | 0 | 0.21 | 0.56 |
| HSL | 152.31º | 0.3% | 0.34% | - |
| HSV(B) | 152.31º | 0.46% | 0.44% | - |
| XYZ | 9.63 | 13.52 | 11.55 | - |
| YUV | 94.72 | 124.77 | 103.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 113 | 89 | 0.46 | 0 | 0.21 | 0.56 | 152.31 | 0.3 | 0.34 |
| Hex | 3D | 71 | 59 | 2E | 0 | 15 | 38 | 98 | 1E | 22 |
| Octal | 75 | 161 | 131 | 56 | 0 | 25 | 70 | 230 | 36 | 42 |
| Binary | 111101 | 1110001 | 1011001 | 101110 | 0 | 10101 | 111000 | 10011000 | 11110 | 100010 |
Color Harmonies of #3D7159
Complementary color
Monochromatic Colors of #3D7159
Black with #3D7159
Text Example
Text Example
White with #3D7159
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D7159; }
p { color: rgb(61,113,89); }
H1.HeaderClassName
{
color: #3D7159;
}
.AnyTagClassName
{
color: #3D7159;
}
</style>
background-color css
<style>
a { background-color: #3D7159; }
a { background-color: rgb(61,113,89); }
div.DivClassName
{
background-color: #3D7159;
}
.BgClassName
{
background-color: #3D7159;
}
</style>
border-color css
<style>
span { border-color: #3D7159; }
span { border-color: rgb(61,113,89); }
td.TdClassName
{
border-color: #3D7159;
}
.TagClassName
{
border-color: #3D7159;
}
</style>