Shades of Amazon #377157
Tints of Amazon #377157
RGB
CMYK
RGB Variations
Color information
#377157 (or 0x377157) is known color: Amazon. HEX triplet: 37, 71 and 57. RGB value is (55,113,87). Sum of RGB (Red+Green+Blue) = 55+113+87=255 (33% of max value = 765). Red value is 55 (21.88% from 255 or 21.57% from 255); Green value is 113 (44.53% from 255 or 44.31% from 255); Blue value is 87 (34.38% from 255 or 34.12% from 255); Max value from RGB is 113 - color contains mainly: green. Hex color #377157 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #377157 is #C88EA8. Grayscale: #5C5C5C. Windows color (decimal): -13143721 or 5730615. OLE color: 5730615.
HSL color Cylindrical-coordinate representation of color #377157: hue angle of 153.1º degrees, saturation: 0.35, 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 #377157 is Cyan = 0.51, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 55 | 113 | 87 | - |
| CMYK | 0.51 | 0 | 0.23 | 0.56 |
| HSL | 153.1º | 0.35% | 0.33% | - |
| HSV(B) | 153.1º | 0.51% | 0.44% | - |
| XYZ | 9.2 | 13.31 | 11.1 | - |
| YUV | 92.69 | 124.78 | 101.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 113 | 87 | 0.51 | 0 | 0.23 | 0.56 | 153.1 | 0.35 | 0.33 |
| Hex | 37 | 71 | 57 | 33 | 0 | 17 | 38 | 99 | 23 | 21 |
| Octal | 67 | 161 | 127 | 63 | 0 | 27 | 70 | 231 | 43 | 41 |
| Binary | 110111 | 1110001 | 1010111 | 110011 | 0 | 10111 | 111000 | 10011001 | 100011 | 100001 |
Color Harmonies of #377157
Complementary color
Monochromatic Colors of #377157
Black with #377157
Text Example
Text Example
White with #377157
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #377157; }
p { color: rgb(55,113,87); }
H1.HeaderClassName
{
color: #377157;
}
.AnyTagClassName
{
color: #377157;
}
</style>
background-color css
<style>
a { background-color: #377157; }
a { background-color: rgb(55,113,87); }
div.DivClassName
{
background-color: #377157;
}
.BgClassName
{
background-color: #377157;
}
</style>
border-color css
<style>
span { border-color: #377157; }
span { border-color: rgb(55,113,87); }
td.TdClassName
{
border-color: #377157;
}
.TagClassName
{
border-color: #377157;
}
</style>