Shades of Amazon #3B694B
Tints of Amazon #3B694B
RGB
CMYK
RGB Variations
Color information
#3B694B (or 0x3B694B) is known color: Amazon. HEX triplet: 3B, 69 and 4B. RGB value is (59,105,75). Sum of RGB (Red+Green+Blue) = 59+105+75=239 (31% of max value = 765). Red value is 59 (23.44% from 255 or 24.69% from 239); Green value is 105 (41.41% from 255 or 43.93% from 239); Blue value is 75 (29.69% from 255 or 31.38% from 239); Max value from RGB is 105 - color contains mainly: green. Hex color #3B694B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3B694B is #C496B4. Grayscale: #575757. Windows color (decimal): -12883637 or 4942139. OLE color: 4942139.
HSL color Cylindrical-coordinate representation of color #3B694B: hue angle of 140.87º degrees, saturation: 0.28, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #3B694B is Cyan = 0.44, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 59 | 105 | 75 | - |
| CMYK | 0.44 | 0 | 0.29 | 0.59 |
| HSL | 140.87º | 0.28% | 0.32% | - |
| HSV(B) | 140.87º | 0.44% | 0.41% | - |
| XYZ | 8.13 | 11.54 | 8.46 | - |
| YUV | 87.83 | 120.76 | 107.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 105 | 75 | 0.44 | 0 | 0.29 | 0.59 | 140.87 | 0.28 | 0.32 |
| Hex | 3B | 69 | 4B | 2C | 0 | 1D | 3B | 8D | 1C | 20 |
| Octal | 73 | 151 | 113 | 54 | 0 | 35 | 73 | 215 | 34 | 40 |
| Binary | 111011 | 1101001 | 1001011 | 101100 | 0 | 11101 | 111011 | 10001101 | 11100 | 100000 |
Color Harmonies of #3B694B
Complementary color
Monochromatic Colors of #3B694B
Black with #3B694B
Text Example
Text Example
White with #3B694B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B694B; }
p { color: rgb(59,105,75); }
H1.HeaderClassName
{
color: #3B694B;
}
.AnyTagClassName
{
color: #3B694B;
}
</style>
background-color css
<style>
a { background-color: #3B694B; }
a { background-color: rgb(59,105,75); }
div.DivClassName
{
background-color: #3B694B;
}
.BgClassName
{
background-color: #3B694B;
}
</style>
border-color css
<style>
span { border-color: #3B694B; }
span { border-color: rgb(59,105,75); }
td.TdClassName
{
border-color: #3B694B;
}
.TagClassName
{
border-color: #3B694B;
}
</style>