Shades of Amazon #377D59
Tints of Amazon #377D59
RGB
CMYK
RGB Variations
Color information
#377D59 (or 0x377D59) is known color: Amazon. HEX triplet: 37, 7D and 59. RGB value is (55,125,89). Sum of RGB (Red+Green+Blue) = 55+125+89=269 (35% of max value = 765). Red value is 55 (21.88% from 255 or 20.45% from 269); Green value is 125 (49.22% from 255 or 46.47% from 269); Blue value is 89 (35.16% from 255 or 33.09% from 269); Max value from RGB is 125 - color contains mainly: green. Hex color #377D59 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #377D59 is #C882A6. Grayscale: #646464. Windows color (decimal): -13140647 or 5864759. OLE color: 5864759.
HSL color Cylindrical-coordinate representation of color #377D59: hue angle of 149.14º degrees, saturation: 0.39, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #377D59 is Cyan = 0.56, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 55 | 125 | 89 | - |
| CMYK | 0.56 | 0 | 0.29 | 0.51 |
| HSL | 149.14º | 0.39% | 0.35% | - |
| HSV(B) | 149.14º | 0.56% | 0.49% | - |
| XYZ | 10.71 | 16.2 | 12.01 | - |
| YUV | 99.97 | 121.81 | 95.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 125 | 89 | 0.56 | 0 | 0.29 | 0.51 | 149.14 | 0.39 | 0.35 |
| Hex | 37 | 7D | 59 | 38 | 0 | 1D | 33 | 95 | 27 | 23 |
| Octal | 67 | 175 | 131 | 70 | 0 | 35 | 63 | 225 | 47 | 43 |
| Binary | 110111 | 1111101 | 1011001 | 111000 | 0 | 11101 | 110011 | 10010101 | 100111 | 100011 |
Color Harmonies of #377D59
Complementary color
Monochromatic Colors of #377D59
Black with #377D59
Text Example
Text Example
White with #377D59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #377D59; }
p { color: rgb(55,125,89); }
H1.HeaderClassName
{
color: #377D59;
}
.AnyTagClassName
{
color: #377D59;
}
</style>
background-color css
<style>
a { background-color: #377D59; }
a { background-color: rgb(55,125,89); }
div.DivClassName
{
background-color: #377D59;
}
.BgClassName
{
background-color: #377D59;
}
</style>
border-color css
<style>
span { border-color: #377D59; }
span { border-color: rgb(55,125,89); }
td.TdClassName
{
border-color: #377D59;
}
.TagClassName
{
border-color: #377D59;
}
</style>