Shades of Amazon #387957
Tints of Amazon #387957
RGB
CMYK
RGB Variations
Color information
#387957 (or 0x387957) is known color: Amazon. HEX triplet: 38, 79 and 57. RGB value is (56,121,87). Sum of RGB (Red+Green+Blue) = 56+121+87=264 (34% of max value = 765). Red value is 56 (22.27% from 255 or 21.21% from 264); Green value is 121 (47.66% from 255 or 45.83% from 264); Blue value is 87 (34.38% from 255 or 32.95% from 264); Max value from RGB is 121 - color contains mainly: green. Hex color #387957 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #387957 is #C786A8. Grayscale: #616161. Windows color (decimal): -13076137 or 5732664. OLE color: 5732664.
HSL color Cylindrical-coordinate representation of color #387957: hue angle of 148.62º degrees, saturation: 0.37, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #387957 is Cyan = 0.54, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 56 | 121 | 87 | - |
| CMYK | 0.54 | 0 | 0.28 | 0.53 |
| HSL | 148.62º | 0.37% | 0.35% | - |
| HSV(B) | 148.62º | 0.54% | 0.47% | - |
| XYZ | 10.19 | 15.2 | 11.41 | - |
| YUV | 97.69 | 121.97 | 98.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 121 | 87 | 0.54 | 0 | 0.28 | 0.53 | 148.62 | 0.37 | 0.35 |
| Hex | 38 | 79 | 57 | 36 | 0 | 1C | 35 | 95 | 25 | 23 |
| Octal | 70 | 171 | 127 | 66 | 0 | 34 | 65 | 225 | 45 | 43 |
| Binary | 111000 | 1111001 | 1010111 | 110110 | 0 | 11100 | 110101 | 10010101 | 100101 | 100011 |
Color Harmonies of #387957
Complementary color
Monochromatic Colors of #387957
Black with #387957
Text Example
Text Example
White with #387957
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #387957; }
p { color: rgb(56,121,87); }
H1.HeaderClassName
{
color: #387957;
}
.AnyTagClassName
{
color: #387957;
}
</style>
background-color css
<style>
a { background-color: #387957; }
a { background-color: rgb(56,121,87); }
div.DivClassName
{
background-color: #387957;
}
.BgClassName
{
background-color: #387957;
}
</style>
border-color css
<style>
span { border-color: #387957; }
span { border-color: rgb(56,121,87); }
td.TdClassName
{
border-color: #387957;
}
.TagClassName
{
border-color: #387957;
}
</style>