Shades of Amazon #387C5F
Tints of Amazon #387C5F
RGB
CMYK
RGB Variations
Color information
#387C5F (or 0x387C5F) is known color: Amazon. HEX triplet: 38, 7C and 5F. RGB value is (56,124,95). Sum of RGB (Red+Green+Blue) = 56+124+95=275 (36% of max value = 765). Red value is 56 (22.27% from 255 or 20.36% from 275); Green value is 124 (48.83% from 255 or 45.09% from 275); Blue value is 95 (37.5% from 255 or 34.55% from 275); Max value from RGB is 124 - color contains mainly: green. Hex color #387C5F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #387C5F is #C783A0. Grayscale: #646464. Windows color (decimal): -13075361 or 6257720. OLE color: 6257720.
HSL color Cylindrical-coordinate representation of color #387C5F: hue angle of 154.41º degrees, saturation: 0.38, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #387C5F is Cyan = 0.55, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 56 | 124 | 95 | - |
| CMYK | 0.55 | 0 | 0.23 | 0.51 |
| HSL | 154.41º | 0.38% | 0.35% | - |
| HSV(B) | 154.41º | 0.55% | 0.49% | - |
| XYZ | 10.9 | 16.08 | 13.36 | - |
| YUV | 100.36 | 124.97 | 96.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 124 | 95 | 0.55 | 0 | 0.23 | 0.51 | 154.41 | 0.38 | 0.35 |
| Hex | 38 | 7C | 5F | 37 | 0 | 17 | 33 | 9A | 26 | 23 |
| Octal | 70 | 174 | 137 | 67 | 0 | 27 | 63 | 232 | 46 | 43 |
| Binary | 111000 | 1111100 | 1011111 | 110111 | 0 | 10111 | 110011 | 10011010 | 100110 | 100011 |
Color Harmonies of #387C5F
Complementary color
Monochromatic Colors of #387C5F
Black with #387C5F
Text Example
Text Example
White with #387C5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #387C5F; }
p { color: rgb(56,124,95); }
H1.HeaderClassName
{
color: #387C5F;
}
.AnyTagClassName
{
color: #387C5F;
}
</style>
background-color css
<style>
a { background-color: #387C5F; }
a { background-color: rgb(56,124,95); }
div.DivClassName
{
background-color: #387C5F;
}
.BgClassName
{
background-color: #387C5F;
}
</style>
border-color css
<style>
span { border-color: #387C5F; }
span { border-color: rgb(56,124,95); }
td.TdClassName
{
border-color: #387C5F;
}
.TagClassName
{
border-color: #387C5F;
}
</style>