Shades of Amazon #386A4B
Tints of Amazon #386A4B
RGB
CMYK
RGB Variations
Color information
#386A4B (or 0x386A4B) is known color: Amazon. HEX triplet: 38, 6A and 4B. RGB value is (56,106,75). Sum of RGB (Red+Green+Blue) = 56+106+75=237 (31% of max value = 765). Red value is 56 (22.27% from 255 or 23.63% from 237); Green value is 106 (41.80% from 255 or 44.73% from 237); Blue value is 75 (29.69% from 255 or 31.65% from 237); Max value from RGB is 106 - color contains mainly: green. Hex color #386A4B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #386A4B is #C795B4. Grayscale: #575757. Windows color (decimal): -13079989 or 4942392. OLE color: 4942392.
HSL color Cylindrical-coordinate representation of color #386A4B: hue angle of 142.8º degrees, saturation: 0.31, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #386A4B is Cyan = 0.47, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 56 | 106 | 75 | - |
| CMYK | 0.47 | 0 | 0.29 | 0.58 |
| HSL | 142.8º | 0.31% | 0.32% | - |
| HSV(B) | 142.8º | 0.47% | 0.42% | - |
| XYZ | 8.05 | 11.66 | 8.48 | - |
| YUV | 87.52 | 120.94 | 105.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 106 | 75 | 0.47 | 0 | 0.29 | 0.58 | 142.8 | 0.31 | 0.32 |
| Hex | 38 | 6A | 4B | 2F | 0 | 1D | 3A | 8F | 1F | 20 |
| Octal | 70 | 152 | 113 | 57 | 0 | 35 | 72 | 217 | 37 | 40 |
| Binary | 111000 | 1101010 | 1001011 | 101111 | 0 | 11101 | 111010 | 10001111 | 11111 | 100000 |
Color Harmonies of #386A4B
Complementary color
Monochromatic Colors of #386A4B
Black with #386A4B
Text Example
Text Example
White with #386A4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #386A4B; }
p { color: rgb(56,106,75); }
H1.HeaderClassName
{
color: #386A4B;
}
.AnyTagClassName
{
color: #386A4B;
}
</style>
background-color css
<style>
a { background-color: #386A4B; }
a { background-color: rgb(56,106,75); }
div.DivClassName
{
background-color: #386A4B;
}
.BgClassName
{
background-color: #386A4B;
}
</style>
border-color css
<style>
span { border-color: #386A4B; }
span { border-color: rgb(56,106,75); }
td.TdClassName
{
border-color: #386A4B;
}
.TagClassName
{
border-color: #386A4B;
}
</style>