Shades of Amazon #387D57
Tints of Amazon #387D57
RGB
CMYK
RGB Variations
Color information
#387D57 (or 0x387D57) is known color: Amazon. HEX triplet: 38, 7D and 57. RGB value is (56,125,87). Sum of RGB (Red+Green+Blue) = 56+125+87=268 (35% of max value = 765). Red value is 56 (22.27% from 255 or 20.90% from 268); Green value is 125 (49.22% from 255 or 46.64% from 268); Blue value is 87 (34.38% from 255 or 32.46% from 268); Max value from RGB is 125 - color contains mainly: green. Hex color #387D57 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #387D57 is #C782A8. Grayscale: #646464. Windows color (decimal): -13075113 or 5733688. OLE color: 5733688.
HSL color Cylindrical-coordinate representation of color #387D57: hue angle of 146.96º degrees, saturation: 0.38, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #387D57 is Cyan = 0.55, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 56 | 125 | 87 | - |
| CMYK | 0.55 | 0 | 0.30 | 0.51 |
| HSL | 146.96º | 0.38% | 0.35% | - |
| HSV(B) | 146.96º | 0.55% | 0.49% | - |
| XYZ | 10.68 | 16.2 | 11.58 | - |
| YUV | 100.04 | 120.64 | 96.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 125 | 87 | 0.55 | 0 | 0.30 | 0.51 | 146.96 | 0.38 | 0.35 |
| Hex | 38 | 7D | 57 | 37 | 0 | 1E | 33 | 93 | 26 | 23 |
| Octal | 70 | 175 | 127 | 67 | 0 | 36 | 63 | 223 | 46 | 43 |
| Binary | 111000 | 1111101 | 1010111 | 110111 | 0 | 11110 | 110011 | 10010011 | 100110 | 100011 |
Color Harmonies of #387D57
Complementary color
Monochromatic Colors of #387D57
Black with #387D57
Text Example
Text Example
White with #387D57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #387D57; }
p { color: rgb(56,125,87); }
H1.HeaderClassName
{
color: #387D57;
}
.AnyTagClassName
{
color: #387D57;
}
</style>
background-color css
<style>
a { background-color: #387D57; }
a { background-color: rgb(56,125,87); }
div.DivClassName
{
background-color: #387D57;
}
.BgClassName
{
background-color: #387D57;
}
</style>
border-color css
<style>
span { border-color: #387D57; }
span { border-color: rgb(56,125,87); }
td.TdClassName
{
border-color: #387D57;
}
.TagClassName
{
border-color: #387D57;
}
</style>