Shades of Amazon #387647
Tints of Amazon #387647
RGB
CMYK
RGB Variations
Color information
#387647 (or 0x387647) is known color: Amazon. HEX triplet: 38, 76 and 47. RGB value is (56,118,71). Sum of RGB (Red+Green+Blue) = 56+118+71=245 (32% of max value = 765). Red value is 56 (22.27% from 255 or 22.86% from 245); Green value is 118 (46.48% from 255 or 48.16% from 245); Blue value is 71 (28.12% from 255 or 28.98% from 245); Max value from RGB is 118 - color contains mainly: green. Hex color #387647 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #387647 is #C789B8. Grayscale: #5E5E5E. Windows color (decimal): -13076921 or 4683320. OLE color: 4683320.
HSL color Cylindrical-coordinate representation of color #387647: hue angle of 134.52º degrees, saturation: 0.36, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #387647 is Cyan = 0.53, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 56 | 118 | 71 | - |
| CMYK | 0.53 | 0 | 0.40 | 0.54 |
| HSL | 134.52º | 0.36% | 0.34% | - |
| HSV(B) | 134.52º | 0.53% | 0.46% | - |
| XYZ | 9.25 | 14.25 | 8.22 | - |
| YUV | 94.1 | 114.96 | 100.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 118 | 71 | 0.53 | 0 | 0.40 | 0.54 | 134.52 | 0.36 | 0.34 |
| Hex | 38 | 76 | 47 | 35 | 0 | 28 | 36 | 87 | 24 | 22 |
| Octal | 70 | 166 | 107 | 65 | 0 | 50 | 66 | 207 | 44 | 42 |
| Binary | 111000 | 1110110 | 1000111 | 110101 | 0 | 101000 | 110110 | 10000111 | 100100 | 100010 |
Color Harmonies of #387647
Complementary color
Monochromatic Colors of #387647
Black with #387647
Text Example
Text Example
White with #387647
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #387647; }
p { color: rgb(56,118,71); }
H1.HeaderClassName
{
color: #387647;
}
.AnyTagClassName
{
color: #387647;
}
</style>
background-color css
<style>
a { background-color: #387647; }
a { background-color: rgb(56,118,71); }
div.DivClassName
{
background-color: #387647;
}
.BgClassName
{
background-color: #387647;
}
</style>
border-color css
<style>
span { border-color: #387647; }
span { border-color: rgb(56,118,71); }
td.TdClassName
{
border-color: #387647;
}
.TagClassName
{
border-color: #387647;
}
</style>