Shades of Amazon #387855
Tints of Amazon #387855
RGB
CMYK
RGB Variations
Color information
#387855 (or 0x387855) is known color: Amazon. HEX triplet: 38, 78 and 55. RGB value is (56,120,85). Sum of RGB (Red+Green+Blue) = 56+120+85=261 (34% of max value = 765). Red value is 56 (22.27% from 255 or 21.46% from 261); Green value is 120 (47.27% from 255 or 45.98% from 261); Blue value is 85 (33.59% from 255 or 32.57% from 261); Max value from RGB is 120 - color contains mainly: green. Hex color #387855 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #387855 is #C787AA. Grayscale: #606060. Windows color (decimal): -13076395 or 5601336. OLE color: 5601336.
HSL color Cylindrical-coordinate representation of color #387855: hue angle of 147.19º degrees, saturation: 0.36, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #387855 is Cyan = 0.53, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 56 | 120 | 85 | - |
| CMYK | 0.53 | 0 | 0.29 | 0.53 |
| HSL | 147.19º | 0.36% | 0.35% | - |
| HSV(B) | 147.19º | 0.53% | 0.47% | - |
| XYZ | 9.99 | 14.93 | 10.95 | - |
| YUV | 96.87 | 121.3 | 98.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 120 | 85 | 0.53 | 0 | 0.29 | 0.53 | 147.19 | 0.36 | 0.35 |
| Hex | 38 | 78 | 55 | 35 | 0 | 1D | 35 | 93 | 24 | 23 |
| Octal | 70 | 170 | 125 | 65 | 0 | 35 | 65 | 223 | 44 | 43 |
| Binary | 111000 | 1111000 | 1010101 | 110101 | 0 | 11101 | 110101 | 10010011 | 100100 | 100011 |
Color Harmonies of #387855
Complementary color
Monochromatic Colors of #387855
Black with #387855
Text Example
Text Example
White with #387855
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #387855; }
p { color: rgb(56,120,85); }
H1.HeaderClassName
{
color: #387855;
}
.AnyTagClassName
{
color: #387855;
}
</style>
background-color css
<style>
a { background-color: #387855; }
a { background-color: rgb(56,120,85); }
div.DivClassName
{
background-color: #387855;
}
.BgClassName
{
background-color: #387855;
}
</style>
border-color css
<style>
span { border-color: #387855; }
span { border-color: rgb(56,120,85); }
td.TdClassName
{
border-color: #387855;
}
.TagClassName
{
border-color: #387855;
}
</style>