Shades of Amazon #387247
Tints of Amazon #387247
RGB
CMYK
RGB Variations
Color information
#387247 (or 0x387247) is known color: Amazon. HEX triplet: 38, 72 and 47. RGB value is (56,114,71). Sum of RGB (Red+Green+Blue) = 56+114+71=241 (31% of max value = 765). Red value is 56 (22.27% from 255 or 23.24% from 241); Green value is 114 (44.92% from 255 or 47.30% from 241); Blue value is 71 (28.12% from 255 or 29.46% from 241); Max value from RGB is 114 - color contains mainly: green. Hex color #387247 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #387247 is #C78DB8. Grayscale: #5B5B5B. Windows color (decimal): -13077945 or 4682296. OLE color: 4682296.
HSL color Cylindrical-coordinate representation of color #387247: hue angle of 135.52º degrees, saturation: 0.34, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #387247 is Cyan = 0.51, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 56 | 114 | 71 | - |
| CMYK | 0.51 | 0 | 0.38 | 0.55 |
| HSL | 135.52º | 0.34% | 0.33% | - |
| HSV(B) | 135.52º | 0.51% | 0.45% | - |
| XYZ | 8.79 | 13.33 | 8.07 | - |
| YUV | 91.76 | 116.28 | 102.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 114 | 71 | 0.51 | 0 | 0.38 | 0.55 | 135.52 | 0.34 | 0.33 |
| Hex | 38 | 72 | 47 | 33 | 0 | 26 | 37 | 88 | 22 | 21 |
| Octal | 70 | 162 | 107 | 63 | 0 | 46 | 67 | 210 | 42 | 41 |
| Binary | 111000 | 1110010 | 1000111 | 110011 | 0 | 100110 | 110111 | 10001000 | 100010 | 100001 |
Color Harmonies of #387247
Complementary color
Monochromatic Colors of #387247
Black with #387247
Text Example
Text Example
White with #387247
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #387247; }
p { color: rgb(56,114,71); }
H1.HeaderClassName
{
color: #387247;
}
.AnyTagClassName
{
color: #387247;
}
</style>
background-color css
<style>
a { background-color: #387247; }
a { background-color: rgb(56,114,71); }
div.DivClassName
{
background-color: #387247;
}
.BgClassName
{
background-color: #387247;
}
</style>
border-color css
<style>
span { border-color: #387247; }
span { border-color: rgb(56,114,71); }
td.TdClassName
{
border-color: #387247;
}
.TagClassName
{
border-color: #387247;
}
</style>