Shades of Amazon #377346
Tints of Amazon #377346
RGB
CMYK
RGB Variations
Color information
#377346 (or 0x377346) is known color: Amazon. HEX triplet: 37, 73 and 46. RGB value is (55,115,70). Sum of RGB (Red+Green+Blue) = 55+115+70=240 (31% of max value = 765). Red value is 55 (21.88% from 255 or 22.92% from 240); Green value is 115 (45.31% from 255 or 47.92% from 240); Blue value is 70 (27.73% from 255 or 29.17% from 240); Max value from RGB is 115 - color contains mainly: green. Hex color #377346 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #377346 is #C88CB9. Grayscale: #5C5C5C. Windows color (decimal): -13143226 or 4617015. OLE color: 4617015.
HSL color Cylindrical-coordinate representation of color #377346: hue angle of 135º degrees, saturation: 0.35, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #377346 is Cyan = 0.52, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 55 | 115 | 70 | - |
| CMYK | 0.52 | 0 | 0.39 | 0.55 |
| HSL | 135º | 0.35% | 0.33% | - |
| HSV(B) | 135º | 0.52% | 0.45% | - |
| XYZ | 8.81 | 13.52 | 7.94 | - |
| YUV | 91.93 | 115.62 | 101.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 115 | 70 | 0.52 | 0 | 0.39 | 0.55 | 135 | 0.35 | 0.33 |
| Hex | 37 | 73 | 46 | 34 | 0 | 27 | 37 | 87 | 23 | 21 |
| Octal | 67 | 163 | 106 | 64 | 0 | 47 | 67 | 207 | 43 | 41 |
| Binary | 110111 | 1110011 | 1000110 | 110100 | 0 | 100111 | 110111 | 10000111 | 100011 | 100001 |
Color Harmonies of #377346
Complementary color
Monochromatic Colors of #377346
Black with #377346
Text Example
Text Example
White with #377346
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #377346; }
p { color: rgb(55,115,70); }
H1.HeaderClassName
{
color: #377346;
}
.AnyTagClassName
{
color: #377346;
}
</style>
background-color css
<style>
a { background-color: #377346; }
a { background-color: rgb(55,115,70); }
div.DivClassName
{
background-color: #377346;
}
.BgClassName
{
background-color: #377346;
}
</style>
border-color css
<style>
span { border-color: #377346; }
span { border-color: rgb(55,115,70); }
td.TdClassName
{
border-color: #377346;
}
.TagClassName
{
border-color: #377346;
}
</style>