Shades of Amazon #387D56
Tints of Amazon #387D56
RGB
CMYK
RGB Variations
Color information
#387D56 (or 0x387D56) is known color: Amazon. HEX triplet: 38, 7D and 56. RGB value is (56,125,86). Sum of RGB (Red+Green+Blue) = 56+125+86=267 (35% of max value = 765). Red value is 56 (22.27% from 255 or 20.97% from 267); Green value is 125 (49.22% from 255 or 46.82% from 267); Blue value is 86 (33.98% from 255 or 32.21% from 267); Max value from RGB is 125 - color contains mainly: green. Hex color #387D56 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #387D56 is #C782A9. Grayscale: #646464. Windows color (decimal): -13075114 or 5668152. OLE color: 5668152.
HSL color Cylindrical-coordinate representation of color #387D56: hue angle of 146.09º 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 #387D56 is Cyan = 0.55, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 56 | 125 | 86 | - |
| CMYK | 0.55 | 0 | 0.31 | 0.51 |
| HSL | 146.09º | 0.38% | 0.35% | - |
| HSV(B) | 146.09º | 0.55% | 0.49% | - |
| XYZ | 10.64 | 16.18 | 11.37 | - |
| YUV | 99.92 | 120.14 | 96.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 125 | 86 | 0.55 | 0 | 0.31 | 0.51 | 146.09 | 0.38 | 0.35 |
| Hex | 38 | 7D | 56 | 37 | 0 | 1F | 33 | 92 | 26 | 23 |
| Octal | 70 | 175 | 126 | 67 | 0 | 37 | 63 | 222 | 46 | 43 |
| Binary | 111000 | 1111101 | 1010110 | 110111 | 0 | 11111 | 110011 | 10010010 | 100110 | 100011 |
Color Harmonies of #387D56
Complementary color
Monochromatic Colors of #387D56
Black with #387D56
Text Example
Text Example
White with #387D56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #387D56; }
p { color: rgb(56,125,86); }
H1.HeaderClassName
{
color: #387D56;
}
.AnyTagClassName
{
color: #387D56;
}
</style>
background-color css
<style>
a { background-color: #387D56; }
a { background-color: rgb(56,125,86); }
div.DivClassName
{
background-color: #387D56;
}
.BgClassName
{
background-color: #387D56;
}
</style>
border-color css
<style>
span { border-color: #387D56; }
span { border-color: rgb(56,125,86); }
td.TdClassName
{
border-color: #387D56;
}
.TagClassName
{
border-color: #387D56;
}
</style>