Shades of Amazon #3D7056
Tints of Amazon #3D7056
RGB
CMYK
RGB Variations
Color information
#3D7056 (or 0x3D7056) is known color: Amazon. HEX triplet: 3D, 70 and 56. RGB value is (61,112,86). Sum of RGB (Red+Green+Blue) = 61+112+86=259 (34% of max value = 765). Red value is 61 (24.22% from 255 or 23.55% from 259); Green value is 112 (44.14% from 255 or 43.24% from 259); Blue value is 86 (33.98% from 255 or 33.20% from 259); Max value from RGB is 112 - color contains mainly: green. Hex color #3D7056 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3D7056 is #C28FA9. Grayscale: #5D5D5D. Windows color (decimal): -12750762 or 5664829. OLE color: 5664829.
HSL color Cylindrical-coordinate representation of color #3D7056: hue angle of 149.41º degrees, saturation: 0.29, 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 #3D7056 is Cyan = 0.46, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 61 | 112 | 86 | - |
| CMYK | 0.46 | 0 | 0.23 | 0.56 |
| HSL | 149.41º | 0.29% | 0.34% | - |
| HSV(B) | 149.41º | 0.46% | 0.44% | - |
| XYZ | 9.4 | 13.25 | 10.87 | - |
| YUV | 93.79 | 123.6 | 104.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 112 | 86 | 0.46 | 0 | 0.23 | 0.56 | 149.41 | 0.29 | 0.34 |
| Hex | 3D | 70 | 56 | 2E | 0 | 17 | 38 | 95 | 1D | 22 |
| Octal | 75 | 160 | 126 | 56 | 0 | 27 | 70 | 225 | 35 | 42 |
| Binary | 111101 | 1110000 | 1010110 | 101110 | 0 | 10111 | 111000 | 10010101 | 11101 | 100010 |
Color Harmonies of #3D7056
Complementary color
Monochromatic Colors of #3D7056
Black with #3D7056
Text Example
Text Example
White with #3D7056
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D7056; }
p { color: rgb(61,112,86); }
H1.HeaderClassName
{
color: #3D7056;
}
.AnyTagClassName
{
color: #3D7056;
}
</style>
background-color css
<style>
a { background-color: #3D7056; }
a { background-color: rgb(61,112,86); }
div.DivClassName
{
background-color: #3D7056;
}
.BgClassName
{
background-color: #3D7056;
}
</style>
border-color css
<style>
span { border-color: #3D7056; }
span { border-color: rgb(61,112,86); }
td.TdClassName
{
border-color: #3D7056;
}
.TagClassName
{
border-color: #3D7056;
}
</style>