Shades of Amazon #376D4C
Tints of Amazon #376D4C
RGB
CMYK
RGB Variations
Color information
#376D4C (or 0x376D4C) is known color: Amazon. HEX triplet: 37, 6D and 4C. RGB value is (55,109,76). Sum of RGB (Red+Green+Blue) = 55+109+76=240 (31% of max value = 765). Red value is 55 (21.88% from 255 or 22.92% from 240); Green value is 109 (42.97% from 255 or 45.42% from 240); Blue value is 76 (30.08% from 255 or 31.67% from 240); Max value from RGB is 109 - color contains mainly: green. Hex color #376D4C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #376D4C is #C892B3. Grayscale: #595959. Windows color (decimal): -13144756 or 5008695. OLE color: 5008695.
HSL color Cylindrical-coordinate representation of color #376D4C: hue angle of 143.33º 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 #376D4C is Cyan = 0.50, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 55 | 109 | 76 | - |
| CMYK | 0.50 | 0 | 0.30 | 0.57 |
| HSL | 143.33º | 0.33% | 0.32% | - |
| HSV(B) | 143.33º | 0.5% | 0.43% | - |
| XYZ | 8.35 | 12.27 | 8.77 | - |
| YUV | 89.09 | 120.61 | 103.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 109 | 76 | 0.50 | 0 | 0.30 | 0.57 | 143.33 | 0.33 | 0.32 |
| Hex | 37 | 6D | 4C | 32 | 0 | 1E | 39 | 8F | 21 | 20 |
| Octal | 67 | 155 | 114 | 62 | 0 | 36 | 71 | 217 | 41 | 40 |
| Binary | 110111 | 1101101 | 1001100 | 110010 | 0 | 11110 | 111001 | 10001111 | 100001 | 100000 |
Color Harmonies of #376D4C
Complementary color
Monochromatic Colors of #376D4C
Black with #376D4C
Text Example
Text Example
White with #376D4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #376D4C; }
p { color: rgb(55,109,76); }
H1.HeaderClassName
{
color: #376D4C;
}
.AnyTagClassName
{
color: #376D4C;
}
</style>
background-color css
<style>
a { background-color: #376D4C; }
a { background-color: rgb(55,109,76); }
div.DivClassName
{
background-color: #376D4C;
}
.BgClassName
{
background-color: #376D4C;
}
</style>
border-color css
<style>
span { border-color: #376D4C; }
span { border-color: rgb(55,109,76); }
td.TdClassName
{
border-color: #376D4C;
}
.TagClassName
{
border-color: #376D4C;
}
</style>