Shades of Amazon #377359
Tints of Amazon #377359
RGB
CMYK
RGB Variations
Color information
#377359 (or 0x377359) is known color: Amazon. HEX triplet: 37, 73 and 59. RGB value is (55,115,89). Sum of RGB (Red+Green+Blue) = 55+115+89=259 (34% of max value = 765). Red value is 55 (21.88% from 255 or 21.24% from 259); Green value is 115 (45.31% from 255 or 44.40% from 259); Blue value is 89 (35.16% from 255 or 34.36% from 259); Max value from RGB is 115 - color contains mainly: green. Hex color #377359 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #377359 is #C88CA6. Grayscale: #5E5E5E. Windows color (decimal): -13143207 or 5862199. OLE color: 5862199.
HSL color Cylindrical-coordinate representation of color #377359: hue angle of 154º 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 #377359 is Cyan = 0.52, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 55 | 115 | 89 | - |
| CMYK | 0.52 | 0 | 0.23 | 0.55 |
| HSL | 154º | 0.35% | 0.33% | - |
| HSV(B) | 154º | 0.52% | 0.45% | - |
| XYZ | 9.51 | 13.79 | 11.61 | - |
| YUV | 94.1 | 125.12 | 100.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 115 | 89 | 0.52 | 0 | 0.23 | 0.55 | 154 | 0.35 | 0.33 |
| Hex | 37 | 73 | 59 | 34 | 0 | 17 | 37 | 9A | 23 | 21 |
| Octal | 67 | 163 | 131 | 64 | 0 | 27 | 67 | 232 | 43 | 41 |
| Binary | 110111 | 1110011 | 1011001 | 110100 | 0 | 10111 | 110111 | 10011010 | 100011 | 100001 |
Color Harmonies of #377359
Complementary color
Monochromatic Colors of #377359
Black with #377359
Text Example
Text Example
White with #377359
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #377359; }
p { color: rgb(55,115,89); }
H1.HeaderClassName
{
color: #377359;
}
.AnyTagClassName
{
color: #377359;
}
</style>
background-color css
<style>
a { background-color: #377359; }
a { background-color: rgb(55,115,89); }
div.DivClassName
{
background-color: #377359;
}
.BgClassName
{
background-color: #377359;
}
</style>
border-color css
<style>
span { border-color: #377359; }
span { border-color: rgb(55,115,89); }
td.TdClassName
{
border-color: #377359;
}
.TagClassName
{
border-color: #377359;
}
</style>