Shades of Amazon #387D5E
Tints of Amazon #387D5E
RGB
CMYK
RGB Variations
Color information
#387D5E (or 0x387D5E) is known color: Amazon. HEX triplet: 38, 7D and 5E. RGB value is (56,125,94). Sum of RGB (Red+Green+Blue) = 56+125+94=275 (36% of max value = 765). Red value is 56 (22.27% from 255 or 20.36% from 275); Green value is 125 (49.22% from 255 or 45.45% from 275); Blue value is 94 (37.11% from 255 or 34.18% from 275); Max value from RGB is 125 - color contains mainly: green. Hex color #387D5E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #387D5E is #C782A1. Grayscale: #646464. Windows color (decimal): -13075106 or 6192440. OLE color: 6192440.
HSL color Cylindrical-coordinate representation of color #387D5E: hue angle of 153.04º 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 #387D5E is Cyan = 0.55, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 56 | 125 | 94 | - |
| CMYK | 0.55 | 0 | 0.25 | 0.51 |
| HSL | 153.04º | 0.38% | 0.35% | - |
| HSV(B) | 153.04º | 0.55% | 0.49% | - |
| XYZ | 10.98 | 16.32 | 13.16 | - |
| YUV | 100.84 | 124.14 | 96.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 125 | 94 | 0.55 | 0 | 0.25 | 0.51 | 153.04 | 0.38 | 0.35 |
| Hex | 38 | 7D | 5E | 37 | 0 | 19 | 33 | 99 | 26 | 23 |
| Octal | 70 | 175 | 136 | 67 | 0 | 31 | 63 | 231 | 46 | 43 |
| Binary | 111000 | 1111101 | 1011110 | 110111 | 0 | 11001 | 110011 | 10011001 | 100110 | 100011 |
Color Harmonies of #387D5E
Complementary color
Monochromatic Colors of #387D5E
Black with #387D5E
Text Example
Text Example
White with #387D5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #387D5E; }
p { color: rgb(56,125,94); }
H1.HeaderClassName
{
color: #387D5E;
}
.AnyTagClassName
{
color: #387D5E;
}
</style>
background-color css
<style>
a { background-color: #387D5E; }
a { background-color: rgb(56,125,94); }
div.DivClassName
{
background-color: #387D5E;
}
.BgClassName
{
background-color: #387D5E;
}
</style>
border-color css
<style>
span { border-color: #387D5E; }
span { border-color: rgb(56,125,94); }
td.TdClassName
{
border-color: #387D5E;
}
.TagClassName
{
border-color: #387D5E;
}
</style>