Shades of Amazon #387E5A
Tints of Amazon #387E5A
RGB
CMYK
RGB Variations
Color information
#387E5A (or 0x387E5A) is known color: Amazon. HEX triplet: 38, 7E and 5A. RGB value is (56,126,90). Sum of RGB (Red+Green+Blue) = 56+126+90=272 (36% of max value = 765). Red value is 56 (22.27% from 255 or 20.59% from 272); Green value is 126 (49.61% from 255 or 46.32% from 272); Blue value is 90 (35.55% from 255 or 33.09% from 272); Max value from RGB is 126 - color contains mainly: green. Hex color #387E5A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #387E5A is #C781A5. Grayscale: #656565. Windows color (decimal): -13074854 or 5930552. OLE color: 5930552.
HSL color Cylindrical-coordinate representation of color #387E5A: hue angle of 149.14º 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 #387E5A is Cyan = 0.56, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 56 | 126 | 90 | - |
| CMYK | 0.56 | 0 | 0.29 | 0.51 |
| HSL | 149.14º | 0.38% | 0.36% | - |
| HSV(B) | 149.14º | 0.56% | 0.49% | - |
| XYZ | 10.94 | 16.5 | 12.28 | - |
| YUV | 100.97 | 121.81 | 95.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 126 | 90 | 0.56 | 0 | 0.29 | 0.51 | 149.14 | 0.38 | 0.36 |
| Hex | 38 | 7E | 5A | 38 | 0 | 1D | 33 | 95 | 26 | 24 |
| Octal | 70 | 176 | 132 | 70 | 0 | 35 | 63 | 225 | 46 | 44 |
| Binary | 111000 | 1111110 | 1011010 | 111000 | 0 | 11101 | 110011 | 10010101 | 100110 | 100100 |
Color Harmonies of #387E5A
Complementary color
Monochromatic Colors of #387E5A
Black with #387E5A
Text Example
Text Example
White with #387E5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #387E5A; }
p { color: rgb(56,126,90); }
H1.HeaderClassName
{
color: #387E5A;
}
.AnyTagClassName
{
color: #387E5A;
}
</style>
background-color css
<style>
a { background-color: #387E5A; }
a { background-color: rgb(56,126,90); }
div.DivClassName
{
background-color: #387E5A;
}
.BgClassName
{
background-color: #387E5A;
}
</style>
border-color css
<style>
span { border-color: #387E5A; }
span { border-color: rgb(56,126,90); }
td.TdClassName
{
border-color: #387E5A;
}
.TagClassName
{
border-color: #387E5A;
}
</style>