Shades of Amazon #377046
Tints of Amazon #377046
RGB
CMYK
RGB Variations
Color information
#377046 (or 0x377046) is known color: Amazon. HEX triplet: 37, 70 and 46. RGB value is (55,112,70). Sum of RGB (Red+Green+Blue) = 55+112+70=237 (31% of max value = 765). Red value is 55 (21.88% from 255 or 23.21% from 237); Green value is 112 (44.14% from 255 or 47.26% from 237); Blue value is 70 (27.73% from 255 or 29.54% from 237); Max value from RGB is 112 - color contains mainly: green. Hex color #377046 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #377046 is #C88FB9. Grayscale: #5A5A5A. Windows color (decimal): -13143994 or 4616247. OLE color: 4616247.
HSL color Cylindrical-coordinate representation of color #377046: hue angle of 135.79º degrees, saturation: 0.34, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #377046 is Cyan = 0.51, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 55 | 112 | 70 | - |
| CMYK | 0.51 | 0 | 0.38 | 0.56 |
| HSL | 135.79º | 0.34% | 0.33% | - |
| HSV(B) | 135.79º | 0.51% | 0.44% | - |
| XYZ | 8.48 | 12.84 | 7.83 | - |
| YUV | 90.17 | 116.62 | 102.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 112 | 70 | 0.51 | 0 | 0.38 | 0.56 | 135.79 | 0.34 | 0.33 |
| Hex | 37 | 70 | 46 | 33 | 0 | 26 | 38 | 88 | 22 | 21 |
| Octal | 67 | 160 | 106 | 63 | 0 | 46 | 70 | 210 | 42 | 41 |
| Binary | 110111 | 1110000 | 1000110 | 110011 | 0 | 100110 | 111000 | 10001000 | 100010 | 100001 |
Color Harmonies of #377046
Complementary color
Monochromatic Colors of #377046
Black with #377046
Text Example
Text Example
White with #377046
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #377046; }
p { color: rgb(55,112,70); }
H1.HeaderClassName
{
color: #377046;
}
.AnyTagClassName
{
color: #377046;
}
</style>
background-color css
<style>
a { background-color: #377046; }
a { background-color: rgb(55,112,70); }
div.DivClassName
{
background-color: #377046;
}
.BgClassName
{
background-color: #377046;
}
</style>
border-color css
<style>
span { border-color: #377046; }
span { border-color: rgb(55,112,70); }
td.TdClassName
{
border-color: #377046;
}
.TagClassName
{
border-color: #377046;
}
</style>