Shades of Amazon #377259
Tints of Amazon #377259
RGB
CMYK
RGB Variations
Color information
#377259 (or 0x377259) is known color: Amazon. HEX triplet: 37, 72 and 59. RGB value is (55,114,89). Sum of RGB (Red+Green+Blue) = 55+114+89=258 (34% of max value = 765). Red value is 55 (21.88% from 255 or 21.32% from 258); Green value is 114 (44.92% from 255 or 44.19% from 258); Blue value is 89 (35.16% from 255 or 34.50% from 258); Max value from RGB is 114 - color contains mainly: green. Hex color #377259 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #377259 is #C88DA6. Grayscale: #5D5D5D. Windows color (decimal): -13143463 or 5861943. OLE color: 5861943.
HSL color Cylindrical-coordinate representation of color #377259: hue angle of 154.58º 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 #377259 is Cyan = 0.52, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 55 | 114 | 89 | - |
| CMYK | 0.52 | 0 | 0.22 | 0.55 |
| HSL | 154.58º | 0.35% | 0.33% | - |
| HSV(B) | 154.58º | 0.52% | 0.45% | - |
| XYZ | 9.4 | 13.57 | 11.57 | - |
| YUV | 93.51 | 125.45 | 100.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 114 | 89 | 0.52 | 0 | 0.22 | 0.55 | 154.58 | 0.35 | 0.33 |
| Hex | 37 | 72 | 59 | 34 | 0 | 16 | 37 | 9B | 23 | 21 |
| Octal | 67 | 162 | 131 | 64 | 0 | 26 | 67 | 233 | 43 | 41 |
| Binary | 110111 | 1110010 | 1011001 | 110100 | 0 | 10110 | 110111 | 10011011 | 100011 | 100001 |
Color Harmonies of #377259
Complementary color
Monochromatic Colors of #377259
Black with #377259
Text Example
Text Example
White with #377259
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #377259; }
p { color: rgb(55,114,89); }
H1.HeaderClassName
{
color: #377259;
}
.AnyTagClassName
{
color: #377259;
}
</style>
background-color css
<style>
a { background-color: #377259; }
a { background-color: rgb(55,114,89); }
div.DivClassName
{
background-color: #377259;
}
.BgClassName
{
background-color: #377259;
}
</style>
border-color css
<style>
span { border-color: #377259; }
span { border-color: rgb(55,114,89); }
td.TdClassName
{
border-color: #377259;
}
.TagClassName
{
border-color: #377259;
}
</style>