Shades of Amazon #3D7759
Tints of Amazon #3D7759
RGB
CMYK
RGB Variations
Color information
#3D7759 (or 0x3D7759) is known color: Amazon. HEX triplet: 3D, 77 and 59. RGB value is (61,119,89). Sum of RGB (Red+Green+Blue) = 61+119+89=269 (35% of max value = 765). Red value is 61 (24.22% from 255 or 22.68% from 269); Green value is 119 (46.88% from 255 or 44.24% from 269); Blue value is 89 (35.16% from 255 or 33.09% from 269); Max value from RGB is 119 - color contains mainly: green. Hex color #3D7759 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3D7759 is #C288A6. Grayscale: #626262. Windows color (decimal): -12748967 or 5863229. OLE color: 5863229.
HSL color Cylindrical-coordinate representation of color #3D7759: hue angle of 148.97º degrees, saturation: 0.32, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #3D7759 is Cyan = 0.49, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 61 | 119 | 89 | - |
| CMYK | 0.49 | 0 | 0.25 | 0.53 |
| HSL | 148.97º | 0.32% | 0.35% | - |
| HSV(B) | 148.97º | 0.49% | 0.47% | - |
| XYZ | 10.32 | 14.91 | 11.78 | - |
| YUV | 98.24 | 122.78 | 101.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 119 | 89 | 0.49 | 0 | 0.25 | 0.53 | 148.97 | 0.32 | 0.35 |
| Hex | 3D | 77 | 59 | 31 | 0 | 19 | 35 | 95 | 20 | 23 |
| Octal | 75 | 167 | 131 | 61 | 0 | 31 | 65 | 225 | 40 | 43 |
| Binary | 111101 | 1110111 | 1011001 | 110001 | 0 | 11001 | 110101 | 10010101 | 100000 | 100011 |
Color Harmonies of #3D7759
Complementary color
Monochromatic Colors of #3D7759
Black with #3D7759
Text Example
Text Example
White with #3D7759
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D7759; }
p { color: rgb(61,119,89); }
H1.HeaderClassName
{
color: #3D7759;
}
.AnyTagClassName
{
color: #3D7759;
}
</style>
background-color css
<style>
a { background-color: #3D7759; }
a { background-color: rgb(61,119,89); }
div.DivClassName
{
background-color: #3D7759;
}
.BgClassName
{
background-color: #3D7759;
}
</style>
border-color css
<style>
span { border-color: #3D7759; }
span { border-color: rgb(61,119,89); }
td.TdClassName
{
border-color: #3D7759;
}
.TagClassName
{
border-color: #3D7759;
}
</style>