Shades of Amazon #386D4E
Tints of Amazon #386D4E
RGB
CMYK
RGB Variations
Color information
#386D4E (or 0x386D4E) is known color: Amazon. HEX triplet: 38, 6D and 4E. RGB value is (56,109,78). Sum of RGB (Red+Green+Blue) = 56+109+78=243 (32% of max value = 765). Red value is 56 (22.27% from 255 or 23.05% from 243); Green value is 109 (42.97% from 255 or 44.86% from 243); Blue value is 78 (30.86% from 255 or 32.10% from 243); Max value from RGB is 109 - color contains mainly: green. Hex color #386D4E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #386D4E is #C792B1. Grayscale: #595959. Windows color (decimal): -13079218 or 5139768. OLE color: 5139768.
HSL color Cylindrical-coordinate representation of color #386D4E: hue angle of 144.91º degrees, saturation: 0.32, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #386D4E is Cyan = 0.49, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 56 | 109 | 78 | - |
| CMYK | 0.49 | 0 | 0.28 | 0.57 |
| HSL | 144.91º | 0.32% | 0.32% | - |
| HSV(B) | 144.91º | 0.49% | 0.43% | - |
| XYZ | 8.47 | 12.33 | 9.14 | - |
| YUV | 89.62 | 121.44 | 104.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 109 | 78 | 0.49 | 0 | 0.28 | 0.57 | 144.91 | 0.32 | 0.32 |
| Hex | 38 | 6D | 4E | 31 | 0 | 1C | 39 | 91 | 20 | 20 |
| Octal | 70 | 155 | 116 | 61 | 0 | 34 | 71 | 221 | 40 | 40 |
| Binary | 111000 | 1101101 | 1001110 | 110001 | 0 | 11100 | 111001 | 10010001 | 100000 | 100000 |
Color Harmonies of #386D4E
Complementary color
Monochromatic Colors of #386D4E
Black with #386D4E
Text Example
Text Example
White with #386D4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #386D4E; }
p { color: rgb(56,109,78); }
H1.HeaderClassName
{
color: #386D4E;
}
.AnyTagClassName
{
color: #386D4E;
}
</style>
background-color css
<style>
a { background-color: #386D4E; }
a { background-color: rgb(56,109,78); }
div.DivClassName
{
background-color: #386D4E;
}
.BgClassName
{
background-color: #386D4E;
}
</style>
border-color css
<style>
span { border-color: #386D4E; }
span { border-color: rgb(56,109,78); }
td.TdClassName
{
border-color: #386D4E;
}
.TagClassName
{
border-color: #386D4E;
}
</style>