Shades of Amazon #387B5A
Tints of Amazon #387B5A
RGB
CMYK
RGB Variations
Color information
#387B5A (or 0x387B5A) is known color: Amazon. HEX triplet: 38, 7B and 5A. RGB value is (56,123,90). Sum of RGB (Red+Green+Blue) = 56+123+90=269 (35% of max value = 765). Red value is 56 (22.27% from 255 or 20.82% from 269); Green value is 123 (48.44% from 255 or 45.72% from 269); Blue value is 90 (35.55% from 255 or 33.46% from 269); Max value from RGB is 123 - color contains mainly: green. Hex color #387B5A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #387B5A is #C784A5. Grayscale: #636363. Windows color (decimal): -13075622 or 5929784. OLE color: 5929784.
HSL color Cylindrical-coordinate representation of color #387B5A: hue angle of 150.45º degrees, saturation: 0.37, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #387B5A is Cyan = 0.54, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 56 | 123 | 90 | - |
| CMYK | 0.54 | 0 | 0.27 | 0.52 |
| HSL | 150.45º | 0.37% | 0.35% | - |
| HSV(B) | 150.45º | 0.54% | 0.48% | - |
| XYZ | 10.56 | 15.74 | 12.16 | - |
| YUV | 99.21 | 122.8 | 97.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 123 | 90 | 0.54 | 0 | 0.27 | 0.52 | 150.45 | 0.37 | 0.35 |
| Hex | 38 | 7B | 5A | 36 | 0 | 1B | 34 | 96 | 25 | 23 |
| Octal | 70 | 173 | 132 | 66 | 0 | 33 | 64 | 226 | 45 | 43 |
| Binary | 111000 | 1111011 | 1011010 | 110110 | 0 | 11011 | 110100 | 10010110 | 100101 | 100011 |
Color Harmonies of #387B5A
Complementary color
Monochromatic Colors of #387B5A
Black with #387B5A
Text Example
Text Example
White with #387B5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #387B5A; }
p { color: rgb(56,123,90); }
H1.HeaderClassName
{
color: #387B5A;
}
.AnyTagClassName
{
color: #387B5A;
}
</style>
background-color css
<style>
a { background-color: #387B5A; }
a { background-color: rgb(56,123,90); }
div.DivClassName
{
background-color: #387B5A;
}
.BgClassName
{
background-color: #387B5A;
}
</style>
border-color css
<style>
span { border-color: #387B5A; }
span { border-color: rgb(56,123,90); }
td.TdClassName
{
border-color: #387B5A;
}
.TagClassName
{
border-color: #387B5A;
}
</style>