Shades of Amazon #387B4D
Tints of Amazon #387B4D
RGB
CMYK
RGB Variations
Color information
#387B4D (or 0x387B4D) is known color: Amazon. HEX triplet: 38, 7B and 4D. RGB value is (56,123,77). Sum of RGB (Red+Green+Blue) = 56+123+77=256 (33% of max value = 765). Red value is 56 (22.27% from 255 or 21.88% from 256); Green value is 123 (48.44% from 255 or 48.05% from 256); Blue value is 77 (30.47% from 255 or 30.08% from 256); Max value from RGB is 123 - color contains mainly: green. Hex color #387B4D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #387B4D is #C784B2. Grayscale: #616161. Windows color (decimal): -13075635 or 5077816. OLE color: 5077816.
HSL color Cylindrical-coordinate representation of color #387B4D: hue angle of 138.81º degrees, saturation: 0.37, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #387B4D is Cyan = 0.54, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 56 | 123 | 77 | - |
| CMYK | 0.54 | 0 | 0.37 | 0.52 |
| HSL | 138.81º | 0.37% | 0.35% | - |
| HSV(B) | 138.81º | 0.54% | 0.48% | - |
| XYZ | 10.05 | 15.54 | 9.49 | - |
| YUV | 97.72 | 116.3 | 98.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 123 | 77 | 0.54 | 0 | 0.37 | 0.52 | 138.81 | 0.37 | 0.35 |
| Hex | 38 | 7B | 4D | 36 | 0 | 25 | 34 | 8B | 25 | 23 |
| Octal | 70 | 173 | 115 | 66 | 0 | 45 | 64 | 213 | 45 | 43 |
| Binary | 111000 | 1111011 | 1001101 | 110110 | 0 | 100101 | 110100 | 10001011 | 100101 | 100011 |
Color Harmonies of #387B4D
Complementary color
Monochromatic Colors of #387B4D
Black with #387B4D
Text Example
Text Example
White with #387B4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #387B4D; }
p { color: rgb(56,123,77); }
H1.HeaderClassName
{
color: #387B4D;
}
.AnyTagClassName
{
color: #387B4D;
}
</style>
background-color css
<style>
a { background-color: #387B4D; }
a { background-color: rgb(56,123,77); }
div.DivClassName
{
background-color: #387B4D;
}
.BgClassName
{
background-color: #387B4D;
}
</style>
border-color css
<style>
span { border-color: #387B4D; }
span { border-color: rgb(56,123,77); }
td.TdClassName
{
border-color: #387B4D;
}
.TagClassName
{
border-color: #387B4D;
}
</style>