Shades of Amazon #3D7158
Tints of Amazon #3D7158
RGB
CMYK
RGB Variations
Color information
#3D7158 (or 0x3D7158) is known color: Amazon. HEX triplet: 3D, 71 and 58. RGB value is (61,113,88). Sum of RGB (Red+Green+Blue) = 61+113+88=262 (34% of max value = 765). Red value is 61 (24.22% from 255 or 23.28% from 262); Green value is 113 (44.53% from 255 or 43.13% from 262); Blue value is 88 (34.77% from 255 or 33.59% from 262); Max value from RGB is 113 - color contains mainly: green. Hex color #3D7158 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3D7158 is #C28EA7. Grayscale: #5E5E5E. Windows color (decimal): -12750504 or 5796157. OLE color: 5796157.
HSL color Cylindrical-coordinate representation of color #3D7158: hue angle of 151.15º 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 #3D7158 is Cyan = 0.46, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 61 | 113 | 88 | - |
| CMYK | 0.46 | 0 | 0.22 | 0.56 |
| HSL | 151.15º | 0.3% | 0.34% | - |
| HSV(B) | 151.15º | 0.46% | 0.44% | - |
| XYZ | 9.59 | 13.51 | 11.33 | - |
| YUV | 94.6 | 124.27 | 104.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 113 | 88 | 0.46 | 0 | 0.22 | 0.56 | 151.15 | 0.3 | 0.34 |
| Hex | 3D | 71 | 58 | 2E | 0 | 16 | 38 | 97 | 1E | 22 |
| Octal | 75 | 161 | 130 | 56 | 0 | 26 | 70 | 227 | 36 | 42 |
| Binary | 111101 | 1110001 | 1011000 | 101110 | 0 | 10110 | 111000 | 10010111 | 11110 | 100010 |
Color Harmonies of #3D7158
Complementary color
Monochromatic Colors of #3D7158
Black with #3D7158
Text Example
Text Example
White with #3D7158
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D7158; }
p { color: rgb(61,113,88); }
H1.HeaderClassName
{
color: #3D7158;
}
.AnyTagClassName
{
color: #3D7158;
}
</style>
background-color css
<style>
a { background-color: #3D7158; }
a { background-color: rgb(61,113,88); }
div.DivClassName
{
background-color: #3D7158;
}
.BgClassName
{
background-color: #3D7158;
}
</style>
border-color css
<style>
span { border-color: #3D7158; }
span { border-color: rgb(61,113,88); }
td.TdClassName
{
border-color: #3D7158;
}
.TagClassName
{
border-color: #3D7158;
}
</style>