Shades of Amazon #3B734D
Tints of Amazon #3B734D
RGB
CMYK
RGB Variations
Color information
#3B734D (or 0x3B734D) is known color: Amazon. HEX triplet: 3B, 73 and 4D. RGB value is (59,115,77). Sum of RGB (Red+Green+Blue) = 59+115+77=251 (33% of max value = 765). Red value is 59 (23.44% from 255 or 23.51% from 251); Green value is 115 (45.31% from 255 or 45.82% from 251); Blue value is 77 (30.47% from 255 or 30.68% from 251); Max value from RGB is 115 - color contains mainly: green. Hex color #3B734D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3B734D is #C48CB2. Grayscale: #5E5E5E. Windows color (decimal): -12881075 or 5075771. OLE color: 5075771.
HSL color Cylindrical-coordinate representation of color #3B734D: hue angle of 139.29º degrees, saturation: 0.32, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #3B734D is Cyan = 0.49, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 59 | 115 | 77 | - |
| CMYK | 0.49 | 0 | 0.33 | 0.55 |
| HSL | 139.29º | 0.32% | 0.34% | - |
| HSV(B) | 139.29º | 0.49% | 0.45% | - |
| XYZ | 9.27 | 13.73 | 9.18 | - |
| YUV | 93.92 | 118.45 | 103.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 115 | 77 | 0.49 | 0 | 0.33 | 0.55 | 139.29 | 0.32 | 0.34 |
| Hex | 3B | 73 | 4D | 31 | 0 | 21 | 37 | 8B | 20 | 22 |
| Octal | 73 | 163 | 115 | 61 | 0 | 41 | 67 | 213 | 40 | 42 |
| Binary | 111011 | 1110011 | 1001101 | 110001 | 0 | 100001 | 110111 | 10001011 | 100000 | 100010 |
Color Harmonies of #3B734D
Complementary color
Monochromatic Colors of #3B734D
Black with #3B734D
Text Example
Text Example
White with #3B734D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B734D; }
p { color: rgb(59,115,77); }
H1.HeaderClassName
{
color: #3B734D;
}
.AnyTagClassName
{
color: #3B734D;
}
</style>
background-color css
<style>
a { background-color: #3B734D; }
a { background-color: rgb(59,115,77); }
div.DivClassName
{
background-color: #3B734D;
}
.BgClassName
{
background-color: #3B734D;
}
</style>
border-color css
<style>
span { border-color: #3B734D; }
span { border-color: rgb(59,115,77); }
td.TdClassName
{
border-color: #3B734D;
}
.TagClassName
{
border-color: #3B734D;
}
</style>