Shades of Amazon #376D51
Tints of Amazon #376D51
RGB
CMYK
RGB Variations
Color information
#376D51 (or 0x376D51) is known color: Amazon. HEX triplet: 37, 6D and 51. RGB value is (55,109,81). Sum of RGB (Red+Green+Blue) = 55+109+81=245 (32% of max value = 765). Red value is 55 (21.88% from 255 or 22.45% from 245); Green value is 109 (42.97% from 255 or 44.49% from 245); Blue value is 81 (32.03% from 255 or 33.06% from 245); Max value from RGB is 109 - color contains mainly: green. Hex color #376D51 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #376D51 is #C892AE. Grayscale: #595959. Windows color (decimal): -13144751 or 5336375. OLE color: 5336375.
HSL color Cylindrical-coordinate representation of color #376D51: hue angle of 148.89º degrees, saturation: 0.33, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #376D51 is Cyan = 0.50, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 55 | 109 | 81 | - |
| CMYK | 0.50 | 0 | 0.26 | 0.57 |
| HSL | 148.89º | 0.33% | 0.32% | - |
| HSV(B) | 148.89º | 0.5% | 0.43% | - |
| XYZ | 8.53 | 12.34 | 9.72 | - |
| YUV | 89.66 | 123.11 | 103.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 109 | 81 | 0.50 | 0 | 0.26 | 0.57 | 148.89 | 0.33 | 0.32 |
| Hex | 37 | 6D | 51 | 32 | 0 | 1A | 39 | 95 | 21 | 20 |
| Octal | 67 | 155 | 121 | 62 | 0 | 32 | 71 | 225 | 41 | 40 |
| Binary | 110111 | 1101101 | 1010001 | 110010 | 0 | 11010 | 111001 | 10010101 | 100001 | 100000 |
Color Harmonies of #376D51
Complementary color
Monochromatic Colors of #376D51
Black with #376D51
Text Example
Text Example
White with #376D51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #376D51; }
p { color: rgb(55,109,81); }
H1.HeaderClassName
{
color: #376D51;
}
.AnyTagClassName
{
color: #376D51;
}
</style>
background-color css
<style>
a { background-color: #376D51; }
a { background-color: rgb(55,109,81); }
div.DivClassName
{
background-color: #376D51;
}
.BgClassName
{
background-color: #376D51;
}
</style>
border-color css
<style>
span { border-color: #376D51; }
span { border-color: rgb(55,109,81); }
td.TdClassName
{
border-color: #376D51;
}
.TagClassName
{
border-color: #376D51;
}
</style>