Shades of Amazon #377858
Tints of Amazon #377858
RGB
CMYK
RGB Variations
Color information
#377858 (or 0x377858) is known color: Amazon. HEX triplet: 37, 78 and 58. RGB value is (55,120,88). Sum of RGB (Red+Green+Blue) = 55+120+88=263 (34% of max value = 765). Red value is 55 (21.88% from 255 or 20.91% from 263); Green value is 120 (47.27% from 255 or 45.63% from 263); Blue value is 88 (34.77% from 255 or 33.46% from 263); Max value from RGB is 120 - color contains mainly: green. Hex color #377858 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #377858 is #C887A7. Grayscale: #606060. Windows color (decimal): -13141928 or 5797943. OLE color: 5797943.
HSL color Cylindrical-coordinate representation of color #377858: hue angle of 150.46º 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 #377858 is Cyan = 0.54, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 55 | 120 | 88 | - |
| CMYK | 0.54 | 0 | 0.27 | 0.53 |
| HSL | 150.46º | 0.37% | 0.34% | - |
| HSV(B) | 150.46º | 0.54% | 0.47% | - |
| XYZ | 10.05 | 14.95 | 11.59 | - |
| YUV | 96.92 | 122.97 | 98.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 120 | 88 | 0.54 | 0 | 0.27 | 0.53 | 150.46 | 0.37 | 0.34 |
| Hex | 37 | 78 | 58 | 36 | 0 | 1B | 35 | 96 | 25 | 22 |
| Octal | 67 | 170 | 130 | 66 | 0 | 33 | 65 | 226 | 45 | 42 |
| Binary | 110111 | 1111000 | 1011000 | 110110 | 0 | 11011 | 110101 | 10010110 | 100101 | 100010 |
Color Harmonies of #377858
Complementary color
Monochromatic Colors of #377858
Black with #377858
Text Example
Text Example
White with #377858
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #377858; }
p { color: rgb(55,120,88); }
H1.HeaderClassName
{
color: #377858;
}
.AnyTagClassName
{
color: #377858;
}
</style>
background-color css
<style>
a { background-color: #377858; }
a { background-color: rgb(55,120,88); }
div.DivClassName
{
background-color: #377858;
}
.BgClassName
{
background-color: #377858;
}
</style>
border-color css
<style>
span { border-color: #377858; }
span { border-color: rgb(55,120,88); }
td.TdClassName
{
border-color: #377858;
}
.TagClassName
{
border-color: #377858;
}
</style>