Shades of Amazon #387658
Tints of Amazon #387658
RGB
CMYK
RGB Variations
Color information
#387658 (or 0x387658) is known color: Amazon. HEX triplet: 38, 76 and 58. RGB value is (56,118,88). Sum of RGB (Red+Green+Blue) = 56+118+88=262 (34% of max value = 765). Red value is 56 (22.27% from 255 or 21.37% from 262); Green value is 118 (46.48% from 255 or 45.04% from 262); Blue value is 88 (34.77% from 255 or 33.59% from 262); Max value from RGB is 118 - color contains mainly: green. Hex color #387658 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #387658 is #C789A7. Grayscale: #606060. Windows color (decimal): -13076904 or 5797432. OLE color: 5797432.
HSL color Cylindrical-coordinate representation of color #387658: hue angle of 150.97º 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 #387658 is Cyan = 0.53, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 56 | 118 | 88 | - |
| CMYK | 0.53 | 0 | 0.25 | 0.54 |
| HSL | 150.97º | 0.36% | 0.34% | - |
| HSV(B) | 150.97º | 0.53% | 0.46% | - |
| XYZ | 9.87 | 14.5 | 11.51 | - |
| YUV | 96.04 | 123.46 | 99.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 118 | 88 | 0.53 | 0 | 0.25 | 0.54 | 150.97 | 0.36 | 0.34 |
| Hex | 38 | 76 | 58 | 35 | 0 | 19 | 36 | 97 | 24 | 22 |
| Octal | 70 | 166 | 130 | 65 | 0 | 31 | 66 | 227 | 44 | 42 |
| Binary | 111000 | 1110110 | 1011000 | 110101 | 0 | 11001 | 110110 | 10010111 | 100100 | 100010 |
Color Harmonies of #387658
Complementary color
Monochromatic Colors of #387658
Black with #387658
Text Example
Text Example
White with #387658
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #387658; }
p { color: rgb(56,118,88); }
H1.HeaderClassName
{
color: #387658;
}
.AnyTagClassName
{
color: #387658;
}
</style>
background-color css
<style>
a { background-color: #387658; }
a { background-color: rgb(56,118,88); }
div.DivClassName
{
background-color: #387658;
}
.BgClassName
{
background-color: #387658;
}
</style>
border-color css
<style>
span { border-color: #387658; }
span { border-color: rgb(56,118,88); }
td.TdClassName
{
border-color: #387658;
}
.TagClassName
{
border-color: #387658;
}
</style>