Shades of Amazon #387755
Tints of Amazon #387755
RGB
CMYK
RGB Variations
Color information
#387755 (or 0x387755) is known color: Amazon. HEX triplet: 38, 77 and 55. RGB value is (56,119,85). Sum of RGB (Red+Green+Blue) = 56+119+85=260 (34% of max value = 765). Red value is 56 (22.27% from 255 or 21.54% from 260); Green value is 119 (46.88% from 255 or 45.77% from 260); Blue value is 85 (33.59% from 255 or 32.69% from 260); Max value from RGB is 119 - color contains mainly: green. Hex color #387755 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #387755 is #C788AA. Grayscale: #606060. Windows color (decimal): -13076651 or 5601080. OLE color: 5601080.
HSL color Cylindrical-coordinate representation of color #387755: hue angle of 147.62º degrees, saturation: 0.36, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #387755 is Cyan = 0.53, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 56 | 119 | 85 | - |
| CMYK | 0.53 | 0 | 0.29 | 0.53 |
| HSL | 147.62º | 0.36% | 0.34% | - |
| HSV(B) | 147.62º | 0.53% | 0.47% | - |
| XYZ | 9.87 | 14.69 | 10.91 | - |
| YUV | 96.29 | 121.63 | 99.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 119 | 85 | 0.53 | 0 | 0.29 | 0.53 | 147.62 | 0.36 | 0.34 |
| Hex | 38 | 77 | 55 | 35 | 0 | 1D | 35 | 94 | 24 | 22 |
| Octal | 70 | 167 | 125 | 65 | 0 | 35 | 65 | 224 | 44 | 42 |
| Binary | 111000 | 1110111 | 1010101 | 110101 | 0 | 11101 | 110101 | 10010100 | 100100 | 100010 |
Color Harmonies of #387755
Complementary color
Monochromatic Colors of #387755
Black with #387755
Text Example
Text Example
White with #387755
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #387755; }
p { color: rgb(56,119,85); }
H1.HeaderClassName
{
color: #387755;
}
.AnyTagClassName
{
color: #387755;
}
</style>
background-color css
<style>
a { background-color: #387755; }
a { background-color: rgb(56,119,85); }
div.DivClassName
{
background-color: #387755;
}
.BgClassName
{
background-color: #387755;
}
</style>
border-color css
<style>
span { border-color: #387755; }
span { border-color: rgb(56,119,85); }
td.TdClassName
{
border-color: #387755;
}
.TagClassName
{
border-color: #387755;
}
</style>