Shades of Amazon #3D7050
Tints of Amazon #3D7050
RGB
CMYK
RGB Variations
Color information
#3D7050 (or 0x3D7050) is known color: Amazon. HEX triplet: 3D, 70 and 50. RGB value is (61,112,80). Sum of RGB (Red+Green+Blue) = 61+112+80=253 (33% of max value = 765). Red value is 61 (24.22% from 255 or 24.11% from 253); Green value is 112 (44.14% from 255 or 44.27% from 253); Blue value is 80 (31.64% from 255 or 31.62% from 253); Max value from RGB is 112 - color contains mainly: green. Hex color #3D7050 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3D7050 is #C28FAF. Grayscale: #5D5D5D. Windows color (decimal): -12750768 or 5271613. OLE color: 5271613.
HSL color Cylindrical-coordinate representation of color #3D7050: hue angle of 142.35º 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 #3D7050 is Cyan = 0.46, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 61 | 112 | 80 | - |
| CMYK | 0.46 | 0 | 0.29 | 0.56 |
| HSL | 142.35º | 0.29% | 0.34% | - |
| HSV(B) | 142.35º | 0.46% | 0.44% | - |
| XYZ | 9.17 | 13.16 | 9.65 | - |
| YUV | 93.1 | 120.6 | 105.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 112 | 80 | 0.46 | 0 | 0.29 | 0.56 | 142.35 | 0.29 | 0.34 |
| Hex | 3D | 70 | 50 | 2E | 0 | 1D | 38 | 8E | 1D | 22 |
| Octal | 75 | 160 | 120 | 56 | 0 | 35 | 70 | 216 | 35 | 42 |
| Binary | 111101 | 1110000 | 1010000 | 101110 | 0 | 11101 | 111000 | 10001110 | 11101 | 100010 |
Color Harmonies of #3D7050
Complementary color
Monochromatic Colors of #3D7050
Black with #3D7050
Text Example
Text Example
White with #3D7050
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D7050; }
p { color: rgb(61,112,80); }
H1.HeaderClassName
{
color: #3D7050;
}
.AnyTagClassName
{
color: #3D7050;
}
</style>
background-color css
<style>
a { background-color: #3D7050; }
a { background-color: rgb(61,112,80); }
div.DivClassName
{
background-color: #3D7050;
}
.BgClassName
{
background-color: #3D7050;
}
</style>
border-color css
<style>
span { border-color: #3D7050; }
span { border-color: rgb(61,112,80); }
td.TdClassName
{
border-color: #3D7050;
}
.TagClassName
{
border-color: #3D7050;
}
</style>