Shades of Amazon #386949
Tints of Amazon #386949
RGB
CMYK
RGB Variations
Color information
#386949 (or 0x386949) is known color: Amazon. HEX triplet: 38, 69 and 49. RGB value is (56,105,73). Sum of RGB (Red+Green+Blue) = 56+105+73=234 (30% of max value = 765). Red value is 56 (22.27% from 255 or 23.93% from 234); Green value is 105 (41.41% from 255 or 44.87% from 234); Blue value is 73 (28.91% from 255 or 31.20% from 234); Max value from RGB is 105 - color contains mainly: green. Hex color #386949 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #386949 is #C796B6. Grayscale: #565656. Windows color (decimal): -13080247 or 4811064. OLE color: 4811064.
HSL color Cylindrical-coordinate representation of color #386949: hue angle of 140.82º degrees, saturation: 0.3, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #386949 is Cyan = 0.47, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 56 | 105 | 73 | - |
| CMYK | 0.47 | 0 | 0.30 | 0.59 |
| HSL | 140.82º | 0.3% | 0.32% | - |
| HSV(B) | 140.82º | 0.47% | 0.41% | - |
| XYZ | 7.89 | 11.42 | 8.09 | - |
| YUV | 86.7 | 120.27 | 106.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 105 | 73 | 0.47 | 0 | 0.30 | 0.59 | 140.82 | 0.3 | 0.32 |
| Hex | 38 | 69 | 49 | 2F | 0 | 1E | 3B | 8D | 1E | 20 |
| Octal | 70 | 151 | 111 | 57 | 0 | 36 | 73 | 215 | 36 | 40 |
| Binary | 111000 | 1101001 | 1001001 | 101111 | 0 | 11110 | 111011 | 10001101 | 11110 | 100000 |
Color Harmonies of #386949
Complementary color
Monochromatic Colors of #386949
Black with #386949
Text Example
Text Example
White with #386949
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #386949; }
p { color: rgb(56,105,73); }
H1.HeaderClassName
{
color: #386949;
}
.AnyTagClassName
{
color: #386949;
}
</style>
background-color css
<style>
a { background-color: #386949; }
a { background-color: rgb(56,105,73); }
div.DivClassName
{
background-color: #386949;
}
.BgClassName
{
background-color: #386949;
}
</style>
border-color css
<style>
span { border-color: #386949; }
span { border-color: rgb(56,105,73); }
td.TdClassName
{
border-color: #386949;
}
.TagClassName
{
border-color: #386949;
}
</style>