Shades of Amazon #3D7350
Tints of Amazon #3D7350
RGB
CMYK
RGB Variations
Color information
#3D7350 (or 0x3D7350) is known color: Amazon. HEX triplet: 3D, 73 and 50. RGB value is (61,115,80). Sum of RGB (Red+Green+Blue) = 61+115+80=256 (33% of max value = 765). Red value is 61 (24.22% from 255 or 23.83% from 256); Green value is 115 (45.31% from 255 or 44.92% from 256); Blue value is 80 (31.64% from 255 or 31.25% from 256); Max value from RGB is 115 - color contains mainly: green. Hex color #3D7350 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3D7350 is #C28CAF. Grayscale: #5E5E5E. Windows color (decimal): -12750000 or 5272381. OLE color: 5272381.
HSL color Cylindrical-coordinate representation of color #3D7350: hue angle of 141.11º degrees, saturation: 0.31, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #3D7350 is Cyan = 0.47, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 61 | 115 | 80 | - |
| CMYK | 0.47 | 0 | 0.30 | 0.55 |
| HSL | 141.11º | 0.31% | 0.35% | - |
| HSV(B) | 141.11º | 0.47% | 0.45% | - |
| XYZ | 9.5 | 13.83 | 9.76 | - |
| YUV | 94.86 | 119.61 | 103.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 115 | 80 | 0.47 | 0 | 0.30 | 0.55 | 141.11 | 0.31 | 0.35 |
| Hex | 3D | 73 | 50 | 2F | 0 | 1E | 37 | 8D | 1F | 23 |
| Octal | 75 | 163 | 120 | 57 | 0 | 36 | 67 | 215 | 37 | 43 |
| Binary | 111101 | 1110011 | 1010000 | 101111 | 0 | 11110 | 110111 | 10001101 | 11111 | 100011 |
Color Harmonies of #3D7350
Complementary color
Monochromatic Colors of #3D7350
Black with #3D7350
Text Example
Text Example
White with #3D7350
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D7350; }
p { color: rgb(61,115,80); }
H1.HeaderClassName
{
color: #3D7350;
}
.AnyTagClassName
{
color: #3D7350;
}
</style>
background-color css
<style>
a { background-color: #3D7350; }
a { background-color: rgb(61,115,80); }
div.DivClassName
{
background-color: #3D7350;
}
.BgClassName
{
background-color: #3D7350;
}
</style>
border-color css
<style>
span { border-color: #3D7350; }
span { border-color: rgb(61,115,80); }
td.TdClassName
{
border-color: #3D7350;
}
.TagClassName
{
border-color: #3D7350;
}
</style>