Shades of Amazon #376A48
Tints of Amazon #376A48
RGB
CMYK
RGB Variations
Color information
#376A48 (or 0x376A48) is known color: Amazon. HEX triplet: 37, 6A and 48. RGB value is (55,106,72). Sum of RGB (Red+Green+Blue) = 55+106+72=233 (30% of max value = 765). Red value is 55 (21.88% from 255 or 23.61% from 233); Green value is 106 (41.80% from 255 or 45.49% from 233); Blue value is 72 (28.52% from 255 or 30.90% from 233); Max value from RGB is 106 - color contains mainly: green. Hex color #376A48 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #376A48 is #C895B7. Grayscale: #565656. Windows color (decimal): -13145528 or 4745783. OLE color: 4745783.
HSL color Cylindrical-coordinate representation of color #376A48: hue angle of 140º degrees, saturation: 0.32, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #376A48 is Cyan = 0.48, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 55 | 106 | 72 | - |
| CMYK | 0.48 | 0 | 0.32 | 0.58 |
| HSL | 140º | 0.32% | 0.32% | - |
| HSV(B) | 140º | 0.48% | 0.42% | - |
| XYZ | 7.9 | 11.59 | 7.95 | - |
| YUV | 86.88 | 119.6 | 105.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 106 | 72 | 0.48 | 0 | 0.32 | 0.58 | 140 | 0.32 | 0.32 |
| Hex | 37 | 6A | 48 | 30 | 0 | 20 | 3A | 8C | 20 | 20 |
| Octal | 67 | 152 | 110 | 60 | 0 | 40 | 72 | 214 | 40 | 40 |
| Binary | 110111 | 1101010 | 1001000 | 110000 | 0 | 100000 | 111010 | 10001100 | 100000 | 100000 |
Color Harmonies of #376A48
Complementary color
Monochromatic Colors of #376A48
Black with #376A48
Text Example
Text Example
White with #376A48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #376A48; }
p { color: rgb(55,106,72); }
H1.HeaderClassName
{
color: #376A48;
}
.AnyTagClassName
{
color: #376A48;
}
</style>
background-color css
<style>
a { background-color: #376A48; }
a { background-color: rgb(55,106,72); }
div.DivClassName
{
background-color: #376A48;
}
.BgClassName
{
background-color: #376A48;
}
</style>
border-color css
<style>
span { border-color: #376A48; }
span { border-color: rgb(55,106,72); }
td.TdClassName
{
border-color: #376A48;
}
.TagClassName
{
border-color: #376A48;
}
</style>