Shades of Amazon #376F51
Tints of Amazon #376F51
RGB
CMYK
RGB Variations
Color information
#376F51 (or 0x376F51) is known color: Amazon. HEX triplet: 37, 6F and 51. RGB value is (55,111,81). Sum of RGB (Red+Green+Blue) = 55+111+81=247 (32% of max value = 765). Red value is 55 (21.88% from 255 or 22.27% from 247); Green value is 111 (43.75% from 255 or 44.94% from 247); Blue value is 81 (32.03% from 255 or 32.79% from 247); Max value from RGB is 111 - color contains mainly: green. Hex color #376F51 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #376F51 is #C890AE. Grayscale: #5A5A5A. Windows color (decimal): -13144239 or 5336887. OLE color: 5336887.
HSL color Cylindrical-coordinate representation of color #376F51: hue angle of 147.86º degrees, saturation: 0.34, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #376F51 is Cyan = 0.50, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 55 | 111 | 81 | - |
| CMYK | 0.50 | 0 | 0.27 | 0.56 |
| HSL | 147.86º | 0.34% | 0.33% | - |
| HSV(B) | 147.86º | 0.5% | 0.44% | - |
| XYZ | 8.75 | 12.78 | 9.79 | - |
| YUV | 90.84 | 122.45 | 102.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 111 | 81 | 0.50 | 0 | 0.27 | 0.56 | 147.86 | 0.34 | 0.33 |
| Hex | 37 | 6F | 51 | 32 | 0 | 1B | 38 | 94 | 22 | 21 |
| Octal | 67 | 157 | 121 | 62 | 0 | 33 | 70 | 224 | 42 | 41 |
| Binary | 110111 | 1101111 | 1010001 | 110010 | 0 | 11011 | 111000 | 10010100 | 100010 | 100001 |
Color Harmonies of #376F51
Complementary color
Monochromatic Colors of #376F51
Black with #376F51
Text Example
Text Example
White with #376F51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #376F51; }
p { color: rgb(55,111,81); }
H1.HeaderClassName
{
color: #376F51;
}
.AnyTagClassName
{
color: #376F51;
}
</style>
background-color css
<style>
a { background-color: #376F51; }
a { background-color: rgb(55,111,81); }
div.DivClassName
{
background-color: #376F51;
}
.BgClassName
{
background-color: #376F51;
}
</style>
border-color css
<style>
span { border-color: #376F51; }
span { border-color: rgb(55,111,81); }
td.TdClassName
{
border-color: #376F51;
}
.TagClassName
{
border-color: #376F51;
}
</style>