Shades of Amazon #387C48
Tints of Amazon #387C48
RGB
CMYK
RGB Variations
Color information
#387C48 (or 0x387C48) is known color: Amazon. HEX triplet: 38, 7C and 48. RGB value is (56,124,72). Sum of RGB (Red+Green+Blue) = 56+124+72=252 (33% of max value = 765). Red value is 56 (22.27% from 255 or 22.22% from 252); Green value is 124 (48.83% from 255 or 49.21% from 252); Blue value is 72 (28.52% from 255 or 28.57% from 252); Max value from RGB is 124 - color contains mainly: green. Hex color #387C48 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #387C48 is #C783B7. Grayscale: #616161. Windows color (decimal): -13075384 or 4750392. OLE color: 4750392.
HSL color Cylindrical-coordinate representation of color #387C48: hue angle of 134.12º 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 #387C48 is Cyan = 0.55, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 56 | 124 | 72 | - |
| CMYK | 0.55 | 0 | 0.42 | 0.51 |
| HSL | 134.12º | 0.38% | 0.35% | - |
| HSV(B) | 134.12º | 0.55% | 0.49% | - |
| XYZ | 10.01 | 15.72 | 8.64 | - |
| YUV | 97.74 | 113.47 | 98.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 124 | 72 | 0.55 | 0 | 0.42 | 0.51 | 134.12 | 0.38 | 0.35 |
| Hex | 38 | 7C | 48 | 37 | 0 | 2A | 33 | 86 | 26 | 23 |
| Octal | 70 | 174 | 110 | 67 | 0 | 52 | 63 | 206 | 46 | 43 |
| Binary | 111000 | 1111100 | 1001000 | 110111 | 0 | 101010 | 110011 | 10000110 | 100110 | 100011 |
Color Harmonies of #387C48
Complementary color
Monochromatic Colors of #387C48
Black with #387C48
Text Example
Text Example
White with #387C48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #387C48; }
p { color: rgb(56,124,72); }
H1.HeaderClassName
{
color: #387C48;
}
.AnyTagClassName
{
color: #387C48;
}
</style>
background-color css
<style>
a { background-color: #387C48; }
a { background-color: rgb(56,124,72); }
div.DivClassName
{
background-color: #387C48;
}
.BgClassName
{
background-color: #387C48;
}
</style>
border-color css
<style>
span { border-color: #387C48; }
span { border-color: rgb(56,124,72); }
td.TdClassName
{
border-color: #387C48;
}
.TagClassName
{
border-color: #387C48;
}
</style>