Shades of Amazon #3B704D
Tints of Amazon #3B704D
RGB
CMYK
RGB Variations
Color information
#3B704D (or 0x3B704D) is known color: Amazon. HEX triplet: 3B, 70 and 4D. RGB value is (59,112,77). Sum of RGB (Red+Green+Blue) = 59+112+77=248 (32% of max value = 765). Red value is 59 (23.44% from 255 or 23.79% from 248); Green value is 112 (44.14% from 255 or 45.16% from 248); Blue value is 77 (30.47% from 255 or 31.05% from 248); Max value from RGB is 112 - color contains mainly: green. Hex color #3B704D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3B704D is #C48FB2. Grayscale: #5C5C5C. Windows color (decimal): -12881843 or 5075003. OLE color: 5075003.
HSL color Cylindrical-coordinate representation of color #3B704D: hue angle of 140.38º degrees, saturation: 0.31, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #3B704D is Cyan = 0.47, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 59 | 112 | 77 | - |
| CMYK | 0.47 | 0 | 0.31 | 0.56 |
| HSL | 140.38º | 0.31% | 0.34% | - |
| HSV(B) | 140.38º | 0.47% | 0.44% | - |
| XYZ | 8.94 | 13.05 | 9.07 | - |
| YUV | 92.16 | 119.44 | 104.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 112 | 77 | 0.47 | 0 | 0.31 | 0.56 | 140.38 | 0.31 | 0.34 |
| Hex | 3B | 70 | 4D | 2F | 0 | 1F | 38 | 8C | 1F | 22 |
| Octal | 73 | 160 | 115 | 57 | 0 | 37 | 70 | 214 | 37 | 42 |
| Binary | 111011 | 1110000 | 1001101 | 101111 | 0 | 11111 | 111000 | 10001100 | 11111 | 100010 |
Color Harmonies of #3B704D
Complementary color
Monochromatic Colors of #3B704D
Black with #3B704D
Text Example
Text Example
White with #3B704D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B704D; }
p { color: rgb(59,112,77); }
H1.HeaderClassName
{
color: #3B704D;
}
.AnyTagClassName
{
color: #3B704D;
}
</style>
background-color css
<style>
a { background-color: #3B704D; }
a { background-color: rgb(59,112,77); }
div.DivClassName
{
background-color: #3B704D;
}
.BgClassName
{
background-color: #3B704D;
}
</style>
border-color css
<style>
span { border-color: #3B704D; }
span { border-color: rgb(59,112,77); }
td.TdClassName
{
border-color: #3B704D;
}
.TagClassName
{
border-color: #3B704D;
}
</style>