Shades of Amazon #377856
Tints of Amazon #377856
RGB
CMYK
RGB Variations
Color information
#377856 (or 0x377856) is known color: Amazon. HEX triplet: 37, 78 and 56. RGB value is (55,120,86). Sum of RGB (Red+Green+Blue) = 55+120+86=261 (34% of max value = 765). Red value is 55 (21.88% from 255 or 21.07% from 261); Green value is 120 (47.27% from 255 or 45.98% from 261); Blue value is 86 (33.98% from 255 or 32.95% from 261); Max value from RGB is 120 - color contains mainly: green. Hex color #377856 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #377856 is #C887A9. Grayscale: #606060. Windows color (decimal): -13141930 or 5666871. OLE color: 5666871.
HSL color Cylindrical-coordinate representation of color #377856: hue angle of 148.62º degrees, saturation: 0.37, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #377856 is Cyan = 0.54, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 55 | 120 | 86 | - |
| CMYK | 0.54 | 0 | 0.28 | 0.53 |
| HSL | 148.62º | 0.37% | 0.34% | - |
| HSV(B) | 148.62º | 0.54% | 0.47% | - |
| XYZ | 9.97 | 14.92 | 11.16 | - |
| YUV | 96.69 | 121.97 | 98.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 120 | 86 | 0.54 | 0 | 0.28 | 0.53 | 148.62 | 0.37 | 0.34 |
| Hex | 37 | 78 | 56 | 36 | 0 | 1C | 35 | 95 | 25 | 22 |
| Octal | 67 | 170 | 126 | 66 | 0 | 34 | 65 | 225 | 45 | 42 |
| Binary | 110111 | 1111000 | 1010110 | 110110 | 0 | 11100 | 110101 | 10010101 | 100101 | 100010 |
Color Harmonies of #377856
Complementary color
Monochromatic Colors of #377856
Black with #377856
Text Example
Text Example
White with #377856
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #377856; }
p { color: rgb(55,120,86); }
H1.HeaderClassName
{
color: #377856;
}
.AnyTagClassName
{
color: #377856;
}
</style>
background-color css
<style>
a { background-color: #377856; }
a { background-color: rgb(55,120,86); }
div.DivClassName
{
background-color: #377856;
}
.BgClassName
{
background-color: #377856;
}
</style>
border-color css
<style>
span { border-color: #377856; }
span { border-color: rgb(55,120,86); }
td.TdClassName
{
border-color: #377856;
}
.TagClassName
{
border-color: #377856;
}
</style>