Shades of Amazon #386B4A
Tints of Amazon #386B4A
RGB
CMYK
RGB Variations
Color information
#386B4A (or 0x386B4A) is known color: Amazon. HEX triplet: 38, 6B and 4A. RGB value is (56,107,74). Sum of RGB (Red+Green+Blue) = 56+107+74=237 (31% of max value = 765). Red value is 56 (22.27% from 255 or 23.63% from 237); Green value is 107 (42.19% from 255 or 45.15% from 237); Blue value is 74 (29.30% from 255 or 31.22% from 237); Max value from RGB is 107 - color contains mainly: green. Hex color #386B4A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #386B4A is #C794B5. Grayscale: #585858. Windows color (decimal): -13079734 or 4877112. OLE color: 4877112.
HSL color Cylindrical-coordinate representation of color #386B4A: hue angle of 141.18º 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 #386B4A is Cyan = 0.48, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 56 | 107 | 74 | - |
| CMYK | 0.48 | 0 | 0.31 | 0.58 |
| HSL | 141.18º | 0.31% | 0.32% | - |
| HSV(B) | 141.18º | 0.48% | 0.42% | - |
| XYZ | 8.12 | 11.85 | 8.34 | - |
| YUV | 87.99 | 120.1 | 105.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 107 | 74 | 0.48 | 0 | 0.31 | 0.58 | 141.18 | 0.31 | 0.32 |
| Hex | 38 | 6B | 4A | 30 | 0 | 1F | 3A | 8D | 1F | 20 |
| Octal | 70 | 153 | 112 | 60 | 0 | 37 | 72 | 215 | 37 | 40 |
| Binary | 111000 | 1101011 | 1001010 | 110000 | 0 | 11111 | 111010 | 10001101 | 11111 | 100000 |
Color Harmonies of #386B4A
Complementary color
Monochromatic Colors of #386B4A
Black with #386B4A
Text Example
Text Example
White with #386B4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #386B4A; }
p { color: rgb(56,107,74); }
H1.HeaderClassName
{
color: #386B4A;
}
.AnyTagClassName
{
color: #386B4A;
}
</style>
background-color css
<style>
a { background-color: #386B4A; }
a { background-color: rgb(56,107,74); }
div.DivClassName
{
background-color: #386B4A;
}
.BgClassName
{
background-color: #386B4A;
}
</style>
border-color css
<style>
span { border-color: #386B4A; }
span { border-color: rgb(56,107,74); }
td.TdClassName
{
border-color: #386B4A;
}
.TagClassName
{
border-color: #386B4A;
}
</style>