Shades of Amazon #387947
Tints of Amazon #387947
RGB
CMYK
RGB Variations
Color information
#387947 (or 0x387947) is known color: Amazon. HEX triplet: 38, 79 and 47. RGB value is (56,121,71). Sum of RGB (Red+Green+Blue) = 56+121+71=248 (32% of max value = 765). Red value is 56 (22.27% from 255 or 22.58% from 248); Green value is 121 (47.66% from 255 or 48.79% from 248); Blue value is 71 (28.12% from 255 or 28.63% from 248); Max value from RGB is 121 - color contains mainly: green. Hex color #387947 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #387947 is #C786B8. Grayscale: #606060. Windows color (decimal): -13076153 or 4684088. OLE color: 4684088.
HSL color Cylindrical-coordinate representation of color #387947: hue angle of 133.85º 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 #387947 is Cyan = 0.54, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 56 | 121 | 71 | - |
| CMYK | 0.54 | 0 | 0.41 | 0.53 |
| HSL | 133.85º | 0.37% | 0.35% | - |
| HSV(B) | 133.85º | 0.54% | 0.47% | - |
| XYZ | 9.61 | 14.97 | 8.34 | - |
| YUV | 95.87 | 113.97 | 99.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 121 | 71 | 0.54 | 0 | 0.41 | 0.53 | 133.85 | 0.37 | 0.35 |
| Hex | 38 | 79 | 47 | 36 | 0 | 29 | 35 | 86 | 25 | 23 |
| Octal | 70 | 171 | 107 | 66 | 0 | 51 | 65 | 206 | 45 | 43 |
| Binary | 111000 | 1111001 | 1000111 | 110110 | 0 | 101001 | 110101 | 10000110 | 100101 | 100011 |
Color Harmonies of #387947
Complementary color
Monochromatic Colors of #387947
Black with #387947
Text Example
Text Example
White with #387947
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #387947; }
p { color: rgb(56,121,71); }
H1.HeaderClassName
{
color: #387947;
}
.AnyTagClassName
{
color: #387947;
}
</style>
background-color css
<style>
a { background-color: #387947; }
a { background-color: rgb(56,121,71); }
div.DivClassName
{
background-color: #387947;
}
.BgClassName
{
background-color: #387947;
}
</style>
border-color css
<style>
span { border-color: #387947; }
span { border-color: rgb(56,121,71); }
td.TdClassName
{
border-color: #387947;
}
.TagClassName
{
border-color: #387947;
}
</style>