Shades of Amazon #387F5B
Tints of Amazon #387F5B
RGB
CMYK
RGB Variations
Color information
#387F5B (or 0x387F5B) is known color: Amazon. HEX triplet: 38, 7F and 5B. RGB value is (56,127,91). Sum of RGB (Red+Green+Blue) = 56+127+91=274 (36% of max value = 765). Red value is 56 (22.27% from 255 or 20.44% from 274); Green value is 127 (50% from 255 or 46.35% from 274); Blue value is 91 (35.94% from 255 or 33.21% from 274); Max value from RGB is 127 - color contains mainly: green. Hex color #387F5B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #387F5B is #C780A4. Grayscale: #656565. Windows color (decimal): -13074597 or 5996344. OLE color: 5996344.
HSL color Cylindrical-coordinate representation of color #387F5B: hue angle of 149.58º degrees, saturation: 0.39, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #387F5B is Cyan = 0.56, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 56 | 127 | 91 | - |
| CMYK | 0.56 | 0 | 0.28 | 0.50 |
| HSL | 149.58º | 0.39% | 0.36% | - |
| HSV(B) | 149.58º | 0.56% | 0.5% | - |
| XYZ | 11.11 | 16.77 | 12.55 | - |
| YUV | 101.67 | 121.98 | 95.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 127 | 91 | 0.56 | 0 | 0.28 | 0.50 | 149.58 | 0.39 | 0.36 |
| Hex | 38 | 7F | 5B | 38 | 0 | 1C | 32 | 96 | 27 | 24 |
| Octal | 70 | 177 | 133 | 70 | 0 | 34 | 62 | 226 | 47 | 44 |
| Binary | 111000 | 1111111 | 1011011 | 111000 | 0 | 11100 | 110010 | 10010110 | 100111 | 100100 |
Color Harmonies of #387F5B
Complementary color
Monochromatic Colors of #387F5B
Black with #387F5B
Text Example
Text Example
White with #387F5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #387F5B; }
p { color: rgb(56,127,91); }
H1.HeaderClassName
{
color: #387F5B;
}
.AnyTagClassName
{
color: #387F5B;
}
</style>
background-color css
<style>
a { background-color: #387F5B; }
a { background-color: rgb(56,127,91); }
div.DivClassName
{
background-color: #387F5B;
}
.BgClassName
{
background-color: #387F5B;
}
</style>
border-color css
<style>
span { border-color: #387F5B; }
span { border-color: rgb(56,127,91); }
td.TdClassName
{
border-color: #387F5B;
}
.TagClassName
{
border-color: #387F5B;
}
</style>