Shades of Amazon #3D704D
Tints of Amazon #3D704D
RGB
CMYK
RGB Variations
Color information
#3D704D (or 0x3D704D) is known color: Amazon. HEX triplet: 3D, 70 and 4D. RGB value is (61,112,77). Sum of RGB (Red+Green+Blue) = 61+112+77=250 (33% of max value = 765). Red value is 61 (24.22% from 255 or 24.4% from 250); Green value is 112 (44.14% from 255 or 44.8% from 250); Blue value is 77 (30.47% from 255 or 30.8% from 250); Max value from RGB is 112 - color contains mainly: green. Hex color #3D704D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3D704D is #C28FB2. Grayscale: #5C5C5C. Windows color (decimal): -12750771 or 5075005. OLE color: 5075005.
HSL color Cylindrical-coordinate representation of color #3D704D: hue angle of 138.82º 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 #3D704D is Cyan = 0.46, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 61 | 112 | 77 | - |
| CMYK | 0.46 | 0 | 0.31 | 0.56 |
| HSL | 138.82º | 0.29% | 0.34% | - |
| HSV(B) | 138.82º | 0.46% | 0.44% | - |
| XYZ | 9.06 | 13.12 | 9.08 | - |
| YUV | 92.76 | 119.1 | 105.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 112 | 77 | 0.46 | 0 | 0.31 | 0.56 | 138.82 | 0.29 | 0.34 |
| Hex | 3D | 70 | 4D | 2E | 0 | 1F | 38 | 8B | 1D | 22 |
| Octal | 75 | 160 | 115 | 56 | 0 | 37 | 70 | 213 | 35 | 42 |
| Binary | 111101 | 1110000 | 1001101 | 101110 | 0 | 11111 | 111000 | 10001011 | 11101 | 100010 |
Color Harmonies of #3D704D
Complementary color
Monochromatic Colors of #3D704D
Black with #3D704D
Text Example
Text Example
White with #3D704D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D704D; }
p { color: rgb(61,112,77); }
H1.HeaderClassName
{
color: #3D704D;
}
.AnyTagClassName
{
color: #3D704D;
}
</style>
background-color css
<style>
a { background-color: #3D704D; }
a { background-color: rgb(61,112,77); }
div.DivClassName
{
background-color: #3D704D;
}
.BgClassName
{
background-color: #3D704D;
}
</style>
border-color css
<style>
span { border-color: #3D704D; }
span { border-color: rgb(61,112,77); }
td.TdClassName
{
border-color: #3D704D;
}
.TagClassName
{
border-color: #3D704D;
}
</style>