Shades of Amazon #376C4E
Tints of Amazon #376C4E
RGB
CMYK
RGB Variations
Color information
#376C4E (or 0x376C4E) is known color: Amazon. HEX triplet: 37, 6C and 4E. RGB value is (55,108,78). Sum of RGB (Red+Green+Blue) = 55+108+78=241 (31% of max value = 765). Red value is 55 (21.88% from 255 or 22.82% from 241); Green value is 108 (42.58% from 255 or 44.81% from 241); Blue value is 78 (30.86% from 255 or 32.37% from 241); Max value from RGB is 108 - color contains mainly: green. Hex color #376C4E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #376C4E is #C893B1. Grayscale: #585858. Windows color (decimal): -13145010 or 5139511. OLE color: 5139511.
HSL color Cylindrical-coordinate representation of color #376C4E: hue angle of 146.04º degrees, saturation: 0.33, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #376C4E is Cyan = 0.49, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 55 | 108 | 78 | - |
| CMYK | 0.49 | 0 | 0.28 | 0.58 |
| HSL | 146.04º | 0.33% | 0.32% | - |
| HSV(B) | 146.04º | 0.49% | 0.42% | - |
| XYZ | 8.31 | 12.09 | 9.1 | - |
| YUV | 88.73 | 121.94 | 103.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 108 | 78 | 0.49 | 0 | 0.28 | 0.58 | 146.04 | 0.33 | 0.32 |
| Hex | 37 | 6C | 4E | 31 | 0 | 1C | 3A | 92 | 21 | 20 |
| Octal | 67 | 154 | 116 | 61 | 0 | 34 | 72 | 222 | 41 | 40 |
| Binary | 110111 | 1101100 | 1001110 | 110001 | 0 | 11100 | 111010 | 10010010 | 100001 | 100000 |
Color Harmonies of #376C4E
Complementary color
Monochromatic Colors of #376C4E
Black with #376C4E
Text Example
Text Example
White with #376C4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #376C4E; }
p { color: rgb(55,108,78); }
H1.HeaderClassName
{
color: #376C4E;
}
.AnyTagClassName
{
color: #376C4E;
}
</style>
background-color css
<style>
a { background-color: #376C4E; }
a { background-color: rgb(55,108,78); }
div.DivClassName
{
background-color: #376C4E;
}
.BgClassName
{
background-color: #376C4E;
}
</style>
border-color css
<style>
span { border-color: #376C4E; }
span { border-color: rgb(55,108,78); }
td.TdClassName
{
border-color: #376C4E;
}
.TagClassName
{
border-color: #376C4E;
}
</style>