Shades of Amazon #387D48
Tints of Amazon #387D48
RGB
CMYK
RGB Variations
Color information
#387D48 (or 0x387D48) is known color: Amazon. HEX triplet: 38, 7D and 48. RGB value is (56,125,72). Sum of RGB (Red+Green+Blue) = 56+125+72=253 (33% of max value = 765). Red value is 56 (22.27% from 255 or 22.13% from 253); Green value is 125 (49.22% from 255 or 49.41% from 253); Blue value is 72 (28.52% from 255 or 28.46% from 253); Max value from RGB is 125 - color contains mainly: green. Hex color #387D48 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #387D48 is #C782B7. Grayscale: #626262. Windows color (decimal): -13075128 or 4750648. OLE color: 4750648.
HSL color Cylindrical-coordinate representation of color #387D48: hue angle of 133.91º 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 #387D48 is Cyan = 0.55, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 56 | 125 | 72 | - |
| CMYK | 0.55 | 0 | 0.42 | 0.51 |
| HSL | 133.91º | 0.38% | 0.35% | - |
| HSV(B) | 133.91º | 0.55% | 0.49% | - |
| XYZ | 10.13 | 15.98 | 8.68 | - |
| YUV | 98.33 | 113.14 | 97.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 125 | 72 | 0.55 | 0 | 0.42 | 0.51 | 133.91 | 0.38 | 0.35 |
| Hex | 38 | 7D | 48 | 37 | 0 | 2A | 33 | 86 | 26 | 23 |
| Octal | 70 | 175 | 110 | 67 | 0 | 52 | 63 | 206 | 46 | 43 |
| Binary | 111000 | 1111101 | 1001000 | 110111 | 0 | 101010 | 110011 | 10000110 | 100110 | 100011 |
Color Harmonies of #387D48
Complementary color
Monochromatic Colors of #387D48
Black with #387D48
Text Example
Text Example
White with #387D48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #387D48; }
p { color: rgb(56,125,72); }
H1.HeaderClassName
{
color: #387D48;
}
.AnyTagClassName
{
color: #387D48;
}
</style>
background-color css
<style>
a { background-color: #387D48; }
a { background-color: rgb(56,125,72); }
div.DivClassName
{
background-color: #387D48;
}
.BgClassName
{
background-color: #387D48;
}
</style>
border-color css
<style>
span { border-color: #387D48; }
span { border-color: rgb(56,125,72); }
td.TdClassName
{
border-color: #387D48;
}
.TagClassName
{
border-color: #387D48;
}
</style>