Shades of Amazon #3D745D
Tints of Amazon #3D745D
RGB
CMYK
RGB Variations
Color information
#3D745D (or 0x3D745D) is known color: Amazon. HEX triplet: 3D, 74 and 5D. RGB value is (61,116,93). Sum of RGB (Red+Green+Blue) = 61+116+93=270 (35% of max value = 765). Red value is 61 (24.22% from 255 or 22.59% from 270); Green value is 116 (45.70% from 255 or 42.96% from 270); Blue value is 93 (36.72% from 255 or 34.44% from 270); Max value from RGB is 116 - color contains mainly: green. Hex color #3D745D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3D745D is #C28BA2. Grayscale: #606060. Windows color (decimal): -12749731 or 6124605. OLE color: 6124605.
HSL color Cylindrical-coordinate representation of color #3D745D: hue angle of 154.91º 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 #3D745D is Cyan = 0.47, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 61 | 116 | 93 | - |
| CMYK | 0.47 | 0 | 0.20 | 0.55 |
| HSL | 154.91º | 0.31% | 0.35% | - |
| HSV(B) | 154.91º | 0.47% | 0.45% | - |
| XYZ | 10.15 | 14.27 | 12.58 | - |
| YUV | 96.93 | 125.78 | 102.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 116 | 93 | 0.47 | 0 | 0.20 | 0.55 | 154.91 | 0.31 | 0.35 |
| Hex | 3D | 74 | 5D | 2F | 0 | 14 | 37 | 9B | 1F | 23 |
| Octal | 75 | 164 | 135 | 57 | 0 | 24 | 67 | 233 | 37 | 43 |
| Binary | 111101 | 1110100 | 1011101 | 101111 | 0 | 10100 | 110111 | 10011011 | 11111 | 100011 |
Color Harmonies of #3D745D
Complementary color
Monochromatic Colors of #3D745D
Black with #3D745D
Text Example
Text Example
White with #3D745D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D745D; }
p { color: rgb(61,116,93); }
H1.HeaderClassName
{
color: #3D745D;
}
.AnyTagClassName
{
color: #3D745D;
}
</style>
background-color css
<style>
a { background-color: #3D745D; }
a { background-color: rgb(61,116,93); }
div.DivClassName
{
background-color: #3D745D;
}
.BgClassName
{
background-color: #3D745D;
}
</style>
border-color css
<style>
span { border-color: #3D745D; }
span { border-color: rgb(61,116,93); }
td.TdClassName
{
border-color: #3D745D;
}
.TagClassName
{
border-color: #3D745D;
}
</style>