Shades of Amazon #387256
Tints of Amazon #387256
RGB
CMYK
RGB Variations
Color information
#387256 (or 0x387256) is known color: Amazon. HEX triplet: 38, 72 and 56. RGB value is (56,114,86). Sum of RGB (Red+Green+Blue) = 56+114+86=256 (33% of max value = 765). Red value is 56 (22.27% from 255 or 21.88% from 256); Green value is 114 (44.92% from 255 or 44.53% from 256); Blue value is 86 (33.98% from 255 or 33.59% from 256); Max value from RGB is 114 - color contains mainly: green. Hex color #387256 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #387256 is #C78DA9. Grayscale: #5D5D5D. Windows color (decimal): -13077930 or 5665336. OLE color: 5665336.
HSL color Cylindrical-coordinate representation of color #387256: hue angle of 151.03º 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 #387256 is Cyan = 0.51, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 56 | 114 | 86 | - |
| CMYK | 0.51 | 0 | 0.25 | 0.55 |
| HSL | 151.03º | 0.34% | 0.33% | - |
| HSV(B) | 151.03º | 0.51% | 0.45% | - |
| XYZ | 9.33 | 13.55 | 10.93 | - |
| YUV | 93.47 | 123.78 | 101.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 114 | 86 | 0.51 | 0 | 0.25 | 0.55 | 151.03 | 0.34 | 0.33 |
| Hex | 38 | 72 | 56 | 33 | 0 | 19 | 37 | 97 | 22 | 21 |
| Octal | 70 | 162 | 126 | 63 | 0 | 31 | 67 | 227 | 42 | 41 |
| Binary | 111000 | 1110010 | 1010110 | 110011 | 0 | 11001 | 110111 | 10010111 | 100010 | 100001 |
Color Harmonies of #387256
Complementary color
Monochromatic Colors of #387256
Black with #387256
Text Example
Text Example
White with #387256
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #387256; }
p { color: rgb(56,114,86); }
H1.HeaderClassName
{
color: #387256;
}
.AnyTagClassName
{
color: #387256;
}
</style>
background-color css
<style>
a { background-color: #387256; }
a { background-color: rgb(56,114,86); }
div.DivClassName
{
background-color: #387256;
}
.BgClassName
{
background-color: #387256;
}
</style>
border-color css
<style>
span { border-color: #387256; }
span { border-color: rgb(56,114,86); }
td.TdClassName
{
border-color: #387256;
}
.TagClassName
{
border-color: #387256;
}
</style>