Shades of Amazon #377749
Tints of Amazon #377749
RGB
CMYK
RGB Variations
Color information
#377749 (or 0x377749) is known color: Amazon. HEX triplet: 37, 77 and 49. RGB value is (55,119,73). Sum of RGB (Red+Green+Blue) = 55+119+73=247 (32% of max value = 765). Red value is 55 (21.88% from 255 or 22.27% from 247); Green value is 119 (46.88% from 255 or 48.18% from 247); Blue value is 73 (28.91% from 255 or 29.55% from 247); Max value from RGB is 119 - color contains mainly: green. Hex color #377749 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #377749 is #C888B6. Grayscale: #5E5E5E. Windows color (decimal): -13142199 or 4814647. OLE color: 4814647.
HSL color Cylindrical-coordinate representation of color #377749: hue angle of 136.88º 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 #377749 is Cyan = 0.54, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 55 | 119 | 73 | - |
| CMYK | 0.54 | 0 | 0.39 | 0.53 |
| HSL | 136.88º | 0.37% | 0.34% | - |
| HSV(B) | 136.88º | 0.54% | 0.47% | - |
| XYZ | 9.37 | 14.49 | 8.61 | - |
| YUV | 94.62 | 115.8 | 99.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 119 | 73 | 0.54 | 0 | 0.39 | 0.53 | 136.88 | 0.37 | 0.34 |
| Hex | 37 | 77 | 49 | 36 | 0 | 27 | 35 | 89 | 25 | 22 |
| Octal | 67 | 167 | 111 | 66 | 0 | 47 | 65 | 211 | 45 | 42 |
| Binary | 110111 | 1110111 | 1001001 | 110110 | 0 | 100111 | 110101 | 10001001 | 100101 | 100010 |
Color Harmonies of #377749
Complementary color
Monochromatic Colors of #377749
Black with #377749
Text Example
Text Example
White with #377749
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #377749; }
p { color: rgb(55,119,73); }
H1.HeaderClassName
{
color: #377749;
}
.AnyTagClassName
{
color: #377749;
}
</style>
background-color css
<style>
a { background-color: #377749; }
a { background-color: rgb(55,119,73); }
div.DivClassName
{
background-color: #377749;
}
.BgClassName
{
background-color: #377749;
}
</style>
border-color css
<style>
span { border-color: #377749; }
span { border-color: rgb(55,119,73); }
td.TdClassName
{
border-color: #377749;
}
.TagClassName
{
border-color: #377749;
}
</style>