Shades of Amazon #3B694C
Tints of Amazon #3B694C
RGB
CMYK
RGB Variations
Color information
#3B694C (or 0x3B694C) is known color: Amazon. HEX triplet: 3B, 69 and 4C. RGB value is (59,105,76). Sum of RGB (Red+Green+Blue) = 59+105+76=240 (31% of max value = 765). Red value is 59 (23.44% from 255 or 24.58% from 240); Green value is 105 (41.41% from 255 or 43.75% from 240); Blue value is 76 (30.08% from 255 or 31.67% from 240); Max value from RGB is 105 - color contains mainly: green. Hex color #3B694C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3B694C is #C496B3. Grayscale: #585858. Windows color (decimal): -12883636 or 5007675. OLE color: 5007675.
HSL color Cylindrical-coordinate representation of color #3B694C: hue angle of 142.17º 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 #3B694C is Cyan = 0.44, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 59 | 105 | 76 | - |
| CMYK | 0.44 | 0 | 0.28 | 0.59 |
| HSL | 142.17º | 0.28% | 0.32% | - |
| HSV(B) | 142.17º | 0.44% | 0.41% | - |
| XYZ | 8.16 | 11.55 | 8.64 | - |
| YUV | 87.94 | 121.26 | 107.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 105 | 76 | 0.44 | 0 | 0.28 | 0.59 | 142.17 | 0.28 | 0.32 |
| Hex | 3B | 69 | 4C | 2C | 0 | 1C | 3B | 8E | 1C | 20 |
| Octal | 73 | 151 | 114 | 54 | 0 | 34 | 73 | 216 | 34 | 40 |
| Binary | 111011 | 1101001 | 1001100 | 101100 | 0 | 11100 | 111011 | 10001110 | 11100 | 100000 |
Color Harmonies of #3B694C
Complementary color
Monochromatic Colors of #3B694C
Black with #3B694C
Text Example
Text Example
White with #3B694C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B694C; }
p { color: rgb(59,105,76); }
H1.HeaderClassName
{
color: #3B694C;
}
.AnyTagClassName
{
color: #3B694C;
}
</style>
background-color css
<style>
a { background-color: #3B694C; }
a { background-color: rgb(59,105,76); }
div.DivClassName
{
background-color: #3B694C;
}
.BgClassName
{
background-color: #3B694C;
}
</style>
border-color css
<style>
span { border-color: #3B694C; }
span { border-color: rgb(59,105,76); }
td.TdClassName
{
border-color: #3B694C;
}
.TagClassName
{
border-color: #3B694C;
}
</style>