Shades of Amazon #387154
Tints of Amazon #387154
RGB
CMYK
RGB Variations
Color information
#387154 (or 0x387154) is known color: Amazon. HEX triplet: 38, 71 and 54. RGB value is (56,113,84). Sum of RGB (Red+Green+Blue) = 56+113+84=253 (33% of max value = 765). Red value is 56 (22.27% from 255 or 22.13% from 253); Green value is 113 (44.53% from 255 or 44.66% from 253); Blue value is 84 (33.20% from 255 or 33.20% from 253); Max value from RGB is 113 - color contains mainly: green. Hex color #387154 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #387154 is #C78EAB. Grayscale: #5C5C5C. Windows color (decimal): -13078188 or 5534008. OLE color: 5534008.
HSL color Cylindrical-coordinate representation of color #387154: hue angle of 149.47º degrees, saturation: 0.34, 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 #387154 is Cyan = 0.50, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 56 | 113 | 84 | - |
| CMYK | 0.50 | 0 | 0.26 | 0.56 |
| HSL | 149.47º | 0.34% | 0.33% | - |
| HSV(B) | 149.47º | 0.5% | 0.44% | - |
| XYZ | 9.14 | 13.29 | 10.47 | - |
| YUV | 92.65 | 123.12 | 101.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 113 | 84 | 0.50 | 0 | 0.26 | 0.56 | 149.47 | 0.34 | 0.33 |
| Hex | 38 | 71 | 54 | 32 | 0 | 1A | 38 | 95 | 22 | 21 |
| Octal | 70 | 161 | 124 | 62 | 0 | 32 | 70 | 225 | 42 | 41 |
| Binary | 111000 | 1110001 | 1010100 | 110010 | 0 | 11010 | 111000 | 10010101 | 100010 | 100001 |
Color Harmonies of #387154
Complementary color
Monochromatic Colors of #387154
Black with #387154
Text Example
Text Example
White with #387154
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #387154; }
p { color: rgb(56,113,84); }
H1.HeaderClassName
{
color: #387154;
}
.AnyTagClassName
{
color: #387154;
}
</style>
background-color css
<style>
a { background-color: #387154; }
a { background-color: rgb(56,113,84); }
div.DivClassName
{
background-color: #387154;
}
.BgClassName
{
background-color: #387154;
}
</style>
border-color css
<style>
span { border-color: #387154; }
span { border-color: rgb(56,113,84); }
td.TdClassName
{
border-color: #387154;
}
.TagClassName
{
border-color: #387154;
}
</style>