Shades of Amazon #387547
Tints of Amazon #387547
RGB
CMYK
RGB Variations
Color information
#387547 (or 0x387547) is known color: Amazon. HEX triplet: 38, 75 and 47. RGB value is (56,117,71). Sum of RGB (Red+Green+Blue) = 56+117+71=244 (32% of max value = 765). Red value is 56 (22.27% from 255 or 22.95% from 244); Green value is 117 (46.09% from 255 or 47.95% from 244); Blue value is 71 (28.12% from 255 or 29.10% from 244); Max value from RGB is 117 - color contains mainly: green. Hex color #387547 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #387547 is #C78AB8. Grayscale: #5D5D5D. Windows color (decimal): -13077177 or 4683064. OLE color: 4683064.
HSL color Cylindrical-coordinate representation of color #387547: hue angle of 134.75º degrees, saturation: 0.35, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #387547 is Cyan = 0.52, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 56 | 117 | 71 | - |
| CMYK | 0.52 | 0 | 0.39 | 0.54 |
| HSL | 134.75º | 0.35% | 0.34% | - |
| HSV(B) | 134.75º | 0.52% | 0.46% | - |
| XYZ | 9.13 | 14.02 | 8.19 | - |
| YUV | 93.52 | 115.29 | 101.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 117 | 71 | 0.52 | 0 | 0.39 | 0.54 | 134.75 | 0.35 | 0.34 |
| Hex | 38 | 75 | 47 | 34 | 0 | 27 | 36 | 87 | 23 | 22 |
| Octal | 70 | 165 | 107 | 64 | 0 | 47 | 66 | 207 | 43 | 42 |
| Binary | 111000 | 1110101 | 1000111 | 110100 | 0 | 100111 | 110110 | 10000111 | 100011 | 100010 |
Color Harmonies of #387547
Complementary color
Monochromatic Colors of #387547
Black with #387547
Text Example
Text Example
White with #387547
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #387547; }
p { color: rgb(56,117,71); }
H1.HeaderClassName
{
color: #387547;
}
.AnyTagClassName
{
color: #387547;
}
</style>
background-color css
<style>
a { background-color: #387547; }
a { background-color: rgb(56,117,71); }
div.DivClassName
{
background-color: #387547;
}
.BgClassName
{
background-color: #387547;
}
</style>
border-color css
<style>
span { border-color: #387547; }
span { border-color: rgb(56,117,71); }
td.TdClassName
{
border-color: #387547;
}
.TagClassName
{
border-color: #387547;
}
</style>