Shades of Amazon #377850
Tints of Amazon #377850
RGB
CMYK
RGB Variations
Color information
#377850 (or 0x377850) is known color: Amazon. HEX triplet: 37, 78 and 50. RGB value is (55,120,80). Sum of RGB (Red+Green+Blue) = 55+120+80=255 (33% of max value = 765). Red value is 55 (21.88% from 255 or 21.57% from 255); Green value is 120 (47.27% from 255 or 47.06% from 255); Blue value is 80 (31.64% from 255 or 31.37% from 255); Max value from RGB is 120 - color contains mainly: green. Hex color #377850 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #377850 is #C887AF. Grayscale: #606060. Windows color (decimal): -13141936 or 5273655. OLE color: 5273655.
HSL color Cylindrical-coordinate representation of color #377850: hue angle of 143.08º 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 #377850 is Cyan = 0.54, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 55 | 120 | 80 | - |
| CMYK | 0.54 | 0 | 0.33 | 0.53 |
| HSL | 143.08º | 0.37% | 0.34% | - |
| HSV(B) | 143.08º | 0.54% | 0.47% | - |
| XYZ | 9.74 | 14.82 | 9.94 | - |
| YUV | 96.01 | 118.97 | 98.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 120 | 80 | 0.54 | 0 | 0.33 | 0.53 | 143.08 | 0.37 | 0.34 |
| Hex | 37 | 78 | 50 | 36 | 0 | 21 | 35 | 8F | 25 | 22 |
| Octal | 67 | 170 | 120 | 66 | 0 | 41 | 65 | 217 | 45 | 42 |
| Binary | 110111 | 1111000 | 1010000 | 110110 | 0 | 100001 | 110101 | 10001111 | 100101 | 100010 |
Color Harmonies of #377850
Complementary color
Monochromatic Colors of #377850
Black with #377850
Text Example
Text Example
White with #377850
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #377850; }
p { color: rgb(55,120,80); }
H1.HeaderClassName
{
color: #377850;
}
.AnyTagClassName
{
color: #377850;
}
</style>
background-color css
<style>
a { background-color: #377850; }
a { background-color: rgb(55,120,80); }
div.DivClassName
{
background-color: #377850;
}
.BgClassName
{
background-color: #377850;
}
</style>
border-color css
<style>
span { border-color: #377850; }
span { border-color: rgb(55,120,80); }
td.TdClassName
{
border-color: #377850;
}
.TagClassName
{
border-color: #377850;
}
</style>