Shades of Amazon #3D7150
Tints of Amazon #3D7150
RGB
CMYK
RGB Variations
Color information
#3D7150 (or 0x3D7150) is known color: Amazon. HEX triplet: 3D, 71 and 50. RGB value is (61,113,80). Sum of RGB (Red+Green+Blue) = 61+113+80=254 (33% of max value = 765). Red value is 61 (24.22% from 255 or 24.02% from 254); Green value is 113 (44.53% from 255 or 44.49% from 254); Blue value is 80 (31.64% from 255 or 31.50% from 254); Max value from RGB is 113 - color contains mainly: green. Hex color #3D7150 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3D7150 is #C28EAF. Grayscale: #5D5D5D. Windows color (decimal): -12750512 or 5271869. OLE color: 5271869.
HSL color Cylindrical-coordinate representation of color #3D7150: hue angle of 141.92º 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 #3D7150 is Cyan = 0.46, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 61 | 113 | 80 | - |
| CMYK | 0.46 | 0 | 0.29 | 0.56 |
| HSL | 141.92º | 0.3% | 0.34% | - |
| HSV(B) | 141.92º | 0.46% | 0.44% | - |
| XYZ | 9.28 | 13.38 | 9.68 | - |
| YUV | 93.69 | 120.27 | 104.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 113 | 80 | 0.46 | 0 | 0.29 | 0.56 | 141.92 | 0.3 | 0.34 |
| Hex | 3D | 71 | 50 | 2E | 0 | 1D | 38 | 8E | 1E | 22 |
| Octal | 75 | 161 | 120 | 56 | 0 | 35 | 70 | 216 | 36 | 42 |
| Binary | 111101 | 1110001 | 1010000 | 101110 | 0 | 11101 | 111000 | 10001110 | 11110 | 100010 |
Color Harmonies of #3D7150
Complementary color
Monochromatic Colors of #3D7150
Black with #3D7150
Text Example
Text Example
White with #3D7150
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D7150; }
p { color: rgb(61,113,80); }
H1.HeaderClassName
{
color: #3D7150;
}
.AnyTagClassName
{
color: #3D7150;
}
</style>
background-color css
<style>
a { background-color: #3D7150; }
a { background-color: rgb(61,113,80); }
div.DivClassName
{
background-color: #3D7150;
}
.BgClassName
{
background-color: #3D7150;
}
</style>
border-color css
<style>
span { border-color: #3D7150; }
span { border-color: rgb(61,113,80); }
td.TdClassName
{
border-color: #3D7150;
}
.TagClassName
{
border-color: #3D7150;
}
</style>