Shades of Amazon #387049
Tints of Amazon #387049
RGB
CMYK
RGB Variations
Color information
#387049 (or 0x387049) is known color: Amazon. HEX triplet: 38, 70 and 49. RGB value is (56,112,73). Sum of RGB (Red+Green+Blue) = 56+112+73=241 (31% of max value = 765). Red value is 56 (22.27% from 255 or 23.24% from 241); Green value is 112 (44.14% from 255 or 46.47% from 241); Blue value is 73 (28.91% from 255 or 30.29% from 241); Max value from RGB is 112 - color contains mainly: green. Hex color #387049 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #387049 is #C78FB6. Grayscale: #5A5A5A. Windows color (decimal): -13078455 or 4812856. OLE color: 4812856.
HSL color Cylindrical-coordinate representation of color #387049: hue angle of 138.21º degrees, saturation: 0.33, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #387049 is Cyan = 0.50, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 56 | 112 | 73 | - |
| CMYK | 0.50 | 0 | 0.35 | 0.56 |
| HSL | 138.21º | 0.33% | 0.33% | - |
| HSV(B) | 138.21º | 0.5% | 0.44% | - |
| XYZ | 8.63 | 12.91 | 8.34 | - |
| YUV | 90.81 | 117.95 | 103.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 112 | 73 | 0.50 | 0 | 0.35 | 0.56 | 138.21 | 0.33 | 0.33 |
| Hex | 38 | 70 | 49 | 32 | 0 | 23 | 38 | 8A | 21 | 21 |
| Octal | 70 | 160 | 111 | 62 | 0 | 43 | 70 | 212 | 41 | 41 |
| Binary | 111000 | 1110000 | 1001001 | 110010 | 0 | 100011 | 111000 | 10001010 | 100001 | 100001 |
Color Harmonies of #387049
Complementary color
Monochromatic Colors of #387049
Black with #387049
Text Example
Text Example
White with #387049
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #387049; }
p { color: rgb(56,112,73); }
H1.HeaderClassName
{
color: #387049;
}
.AnyTagClassName
{
color: #387049;
}
</style>
background-color css
<style>
a { background-color: #387049; }
a { background-color: rgb(56,112,73); }
div.DivClassName
{
background-color: #387049;
}
.BgClassName
{
background-color: #387049;
}
</style>
border-color css
<style>
span { border-color: #387049; }
span { border-color: rgb(56,112,73); }
td.TdClassName
{
border-color: #387049;
}
.TagClassName
{
border-color: #387049;
}
</style>