Shades of Amazon #387E5B
Tints of Amazon #387E5B
RGB
CMYK
RGB Variations
Color information
#387E5B (or 0x387E5B) is known color: Amazon. HEX triplet: 38, 7E and 5B. RGB value is (56,126,91). Sum of RGB (Red+Green+Blue) = 56+126+91=273 (36% of max value = 765). Red value is 56 (22.27% from 255 or 20.51% from 273); Green value is 126 (49.61% from 255 or 46.15% from 273); Blue value is 91 (35.94% from 255 or 33.33% from 273); Max value from RGB is 126 - color contains mainly: green. Hex color #387E5B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #387E5B is #C781A4. Grayscale: #656565. Windows color (decimal): -13074853 or 5996088. OLE color: 5996088.
HSL color Cylindrical-coordinate representation of color #387E5B: hue angle of 150º degrees, saturation: 0.38, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #387E5B is Cyan = 0.56, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 56 | 126 | 91 | - |
| CMYK | 0.56 | 0 | 0.28 | 0.51 |
| HSL | 150º | 0.38% | 0.36% | - |
| HSV(B) | 150º | 0.56% | 0.49% | - |
| XYZ | 10.98 | 16.52 | 12.51 | - |
| YUV | 101.08 | 122.31 | 95.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 126 | 91 | 0.56 | 0 | 0.28 | 0.51 | 150 | 0.38 | 0.36 |
| Hex | 38 | 7E | 5B | 38 | 0 | 1C | 33 | 96 | 26 | 24 |
| Octal | 70 | 176 | 133 | 70 | 0 | 34 | 63 | 226 | 46 | 44 |
| Binary | 111000 | 1111110 | 1011011 | 111000 | 0 | 11100 | 110011 | 10010110 | 100110 | 100100 |
Color Harmonies of #387E5B
Complementary color
Monochromatic Colors of #387E5B
Black with #387E5B
Text Example
Text Example
White with #387E5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #387E5B; }
p { color: rgb(56,126,91); }
H1.HeaderClassName
{
color: #387E5B;
}
.AnyTagClassName
{
color: #387E5B;
}
</style>
background-color css
<style>
a { background-color: #387E5B; }
a { background-color: rgb(56,126,91); }
div.DivClassName
{
background-color: #387E5B;
}
.BgClassName
{
background-color: #387E5B;
}
</style>
border-color css
<style>
span { border-color: #387E5B; }
span { border-color: rgb(56,126,91); }
td.TdClassName
{
border-color: #387E5B;
}
.TagClassName
{
border-color: #387E5B;
}
</style>