Shades of Amazon #377050
Tints of Amazon #377050
RGB
CMYK
RGB Variations
Color information
#377050 (or 0x377050) is known color: Amazon. HEX triplet: 37, 70 and 50. RGB value is (55,112,80). Sum of RGB (Red+Green+Blue) = 55+112+80=247 (32% of max value = 765). Red value is 55 (21.88% from 255 or 22.27% from 247); Green value is 112 (44.14% from 255 or 45.34% from 247); Blue value is 80 (31.64% from 255 or 32.39% from 247); Max value from RGB is 112 - color contains mainly: green. Hex color #377050 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #377050 is #C88FAF. Grayscale: #5B5B5B. Windows color (decimal): -13143984 or 5271607. OLE color: 5271607.
HSL color Cylindrical-coordinate representation of color #377050: hue angle of 146.32º degrees, saturation: 0.34, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #377050 is Cyan = 0.51, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 55 | 112 | 80 | - |
| CMYK | 0.51 | 0 | 0.29 | 0.56 |
| HSL | 146.32º | 0.34% | 0.33% | - |
| HSV(B) | 146.32º | 0.51% | 0.44% | - |
| XYZ | 8.82 | 12.98 | 9.63 | - |
| YUV | 91.31 | 121.62 | 102.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 112 | 80 | 0.51 | 0 | 0.29 | 0.56 | 146.32 | 0.34 | 0.33 |
| Hex | 37 | 70 | 50 | 33 | 0 | 1D | 38 | 92 | 22 | 21 |
| Octal | 67 | 160 | 120 | 63 | 0 | 35 | 70 | 222 | 42 | 41 |
| Binary | 110111 | 1110000 | 1010000 | 110011 | 0 | 11101 | 111000 | 10010010 | 100010 | 100001 |
Color Harmonies of #377050
Complementary color
Monochromatic Colors of #377050
Black with #377050
Text Example
Text Example
White with #377050
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #377050; }
p { color: rgb(55,112,80); }
H1.HeaderClassName
{
color: #377050;
}
.AnyTagClassName
{
color: #377050;
}
</style>
background-color css
<style>
a { background-color: #377050; }
a { background-color: rgb(55,112,80); }
div.DivClassName
{
background-color: #377050;
}
.BgClassName
{
background-color: #377050;
}
</style>
border-color css
<style>
span { border-color: #377050; }
span { border-color: rgb(55,112,80); }
td.TdClassName
{
border-color: #377050;
}
.TagClassName
{
border-color: #377050;
}
</style>