Shades of Amazon #3D734D
Tints of Amazon #3D734D
RGB
CMYK
RGB Variations
Color information
#3D734D (or 0x3D734D) is known color: Amazon. HEX triplet: 3D, 73 and 4D. RGB value is (61,115,77). Sum of RGB (Red+Green+Blue) = 61+115+77=253 (33% of max value = 765). Red value is 61 (24.22% from 255 or 24.11% from 253); Green value is 115 (45.31% from 255 or 45.45% from 253); Blue value is 77 (30.47% from 255 or 30.43% from 253); Max value from RGB is 115 - color contains mainly: green. Hex color #3D734D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3D734D is #C28CB2. Grayscale: #5E5E5E. Windows color (decimal): -12750003 or 5075773. OLE color: 5075773.
HSL color Cylindrical-coordinate representation of color #3D734D: hue angle of 137.78º 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 #3D734D is Cyan = 0.47, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 61 | 115 | 77 | - |
| CMYK | 0.47 | 0 | 0.33 | 0.55 |
| HSL | 137.78º | 0.31% | 0.35% | - |
| HSV(B) | 137.78º | 0.47% | 0.45% | - |
| XYZ | 9.39 | 13.79 | 9.19 | - |
| YUV | 94.52 | 118.11 | 104.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 115 | 77 | 0.47 | 0 | 0.33 | 0.55 | 137.78 | 0.31 | 0.35 |
| Hex | 3D | 73 | 4D | 2F | 0 | 21 | 37 | 8A | 1F | 23 |
| Octal | 75 | 163 | 115 | 57 | 0 | 41 | 67 | 212 | 37 | 43 |
| Binary | 111101 | 1110011 | 1001101 | 101111 | 0 | 100001 | 110111 | 10001010 | 11111 | 100011 |
Color Harmonies of #3D734D
Complementary color
Monochromatic Colors of #3D734D
Black with #3D734D
Text Example
Text Example
White with #3D734D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D734D; }
p { color: rgb(61,115,77); }
H1.HeaderClassName
{
color: #3D734D;
}
.AnyTagClassName
{
color: #3D734D;
}
</style>
background-color css
<style>
a { background-color: #3D734D; }
a { background-color: rgb(61,115,77); }
div.DivClassName
{
background-color: #3D734D;
}
.BgClassName
{
background-color: #3D734D;
}
</style>
border-color css
<style>
span { border-color: #3D734D; }
span { border-color: rgb(61,115,77); }
td.TdClassName
{
border-color: #3D734D;
}
.TagClassName
{
border-color: #3D734D;
}
</style>