Shades of Amazon #386B49
Tints of Amazon #386B49
RGB
CMYK
RGB Variations
Color information
#386B49 (or 0x386B49) is known color: Amazon. HEX triplet: 38, 6B and 49. RGB value is (56,107,73). Sum of RGB (Red+Green+Blue) = 56+107+73=236 (31% of max value = 765). Red value is 56 (22.27% from 255 or 23.73% from 236); Green value is 107 (42.19% from 255 or 45.34% from 236); Blue value is 73 (28.91% from 255 or 30.93% from 236); Max value from RGB is 107 - color contains mainly: green. Hex color #386B49 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #386B49 is #C794B6. Grayscale: #575757. Windows color (decimal): -13079735 or 4811576. OLE color: 4811576.
HSL color Cylindrical-coordinate representation of color #386B49: hue angle of 140º degrees, saturation: 0.31, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #386B49 is Cyan = 0.48, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 56 | 107 | 73 | - |
| CMYK | 0.48 | 0 | 0.32 | 0.58 |
| HSL | 140º | 0.31% | 0.32% | - |
| HSV(B) | 140º | 0.48% | 0.42% | - |
| XYZ | 8.09 | 11.84 | 8.16 | - |
| YUV | 87.88 | 119.6 | 105.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 107 | 73 | 0.48 | 0 | 0.32 | 0.58 | 140 | 0.31 | 0.32 |
| Hex | 38 | 6B | 49 | 30 | 0 | 20 | 3A | 8C | 1F | 20 |
| Octal | 70 | 153 | 111 | 60 | 0 | 40 | 72 | 214 | 37 | 40 |
| Binary | 111000 | 1101011 | 1001001 | 110000 | 0 | 100000 | 111010 | 10001100 | 11111 | 100000 |
Color Harmonies of #386B49
Complementary color
Monochromatic Colors of #386B49
Black with #386B49
Text Example
Text Example
White with #386B49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #386B49; }
p { color: rgb(56,107,73); }
H1.HeaderClassName
{
color: #386B49;
}
.AnyTagClassName
{
color: #386B49;
}
</style>
background-color css
<style>
a { background-color: #386B49; }
a { background-color: rgb(56,107,73); }
div.DivClassName
{
background-color: #386B49;
}
.BgClassName
{
background-color: #386B49;
}
</style>
border-color css
<style>
span { border-color: #386B49; }
span { border-color: rgb(56,107,73); }
td.TdClassName
{
border-color: #386B49;
}
.TagClassName
{
border-color: #386B49;
}
</style>