Shades of Amazon #3D7058
Tints of Amazon #3D7058
RGB
CMYK
RGB Variations
Color information
#3D7058 (or 0x3D7058) is known color: Amazon. HEX triplet: 3D, 70 and 58. RGB value is (61,112,88). Sum of RGB (Red+Green+Blue) = 61+112+88=261 (34% of max value = 765). Red value is 61 (24.22% from 255 or 23.37% from 261); Green value is 112 (44.14% from 255 or 42.91% from 261); Blue value is 88 (34.77% from 255 or 33.72% from 261); Max value from RGB is 112 - color contains mainly: green. Hex color #3D7058 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3D7058 is #C28FA7. Grayscale: #5E5E5E. Windows color (decimal): -12750760 or 5795901. OLE color: 5795901.
HSL color Cylindrical-coordinate representation of color #3D7058: hue angle of 151.76º 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 #3D7058 is Cyan = 0.46, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 61 | 112 | 88 | - |
| CMYK | 0.46 | 0 | 0.21 | 0.56 |
| HSL | 151.76º | 0.29% | 0.34% | - |
| HSV(B) | 151.76º | 0.46% | 0.44% | - |
| XYZ | 9.48 | 13.29 | 11.3 | - |
| YUV | 94.02 | 124.6 | 104.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 112 | 88 | 0.46 | 0 | 0.21 | 0.56 | 151.76 | 0.29 | 0.34 |
| Hex | 3D | 70 | 58 | 2E | 0 | 15 | 38 | 98 | 1D | 22 |
| Octal | 75 | 160 | 130 | 56 | 0 | 25 | 70 | 230 | 35 | 42 |
| Binary | 111101 | 1110000 | 1011000 | 101110 | 0 | 10101 | 111000 | 10011000 | 11101 | 100010 |
Color Harmonies of #3D7058
Complementary color
Monochromatic Colors of #3D7058
Black with #3D7058
Text Example
Text Example
White with #3D7058
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D7058; }
p { color: rgb(61,112,88); }
H1.HeaderClassName
{
color: #3D7058;
}
.AnyTagClassName
{
color: #3D7058;
}
</style>
background-color css
<style>
a { background-color: #3D7058; }
a { background-color: rgb(61,112,88); }
div.DivClassName
{
background-color: #3D7058;
}
.BgClassName
{
background-color: #3D7058;
}
</style>
border-color css
<style>
span { border-color: #3D7058; }
span { border-color: rgb(61,112,88); }
td.TdClassName
{
border-color: #3D7058;
}
.TagClassName
{
border-color: #3D7058;
}
</style>