Shades of Amazon #377F57
Tints of Amazon #377F57
RGB
CMYK
RGB Variations
Color information
#377F57 (or 0x377F57) is known color: Amazon. HEX triplet: 37, 7F and 57. RGB value is (55,127,87). Sum of RGB (Red+Green+Blue) = 55+127+87=269 (35% of max value = 765). Red value is 55 (21.88% from 255 or 20.45% from 269); Green value is 127 (50% from 255 or 47.21% from 269); Blue value is 87 (34.38% from 255 or 32.34% from 269); Max value from RGB is 127 - color contains mainly: green. Hex color #377F57 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #377F57 is #C880A8. Grayscale: #656565. Windows color (decimal): -13140137 or 5734199. OLE color: 5734199.
HSL color Cylindrical-coordinate representation of color #377F57: hue angle of 146.67º degrees, saturation: 0.4, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #377F57 is Cyan = 0.57, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 55 | 127 | 87 | - |
| CMYK | 0.57 | 0 | 0.31 | 0.50 |
| HSL | 146.67º | 0.4% | 0.36% | - |
| HSV(B) | 146.67º | 0.57% | 0.5% | - |
| XYZ | 10.89 | 16.68 | 11.66 | - |
| YUV | 100.91 | 120.15 | 95.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 127 | 87 | 0.57 | 0 | 0.31 | 0.50 | 146.67 | 0.4 | 0.36 |
| Hex | 37 | 7F | 57 | 39 | 0 | 1F | 32 | 93 | 28 | 24 |
| Octal | 67 | 177 | 127 | 71 | 0 | 37 | 62 | 223 | 50 | 44 |
| Binary | 110111 | 1111111 | 1010111 | 111001 | 0 | 11111 | 110010 | 10010011 | 101000 | 100100 |
Color Harmonies of #377F57
Complementary color
Monochromatic Colors of #377F57
Black with #377F57
Text Example
Text Example
White with #377F57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #377F57; }
p { color: rgb(55,127,87); }
H1.HeaderClassName
{
color: #377F57;
}
.AnyTagClassName
{
color: #377F57;
}
</style>
background-color css
<style>
a { background-color: #377F57; }
a { background-color: rgb(55,127,87); }
div.DivClassName
{
background-color: #377F57;
}
.BgClassName
{
background-color: #377F57;
}
</style>
border-color css
<style>
span { border-color: #377F57; }
span { border-color: rgb(55,127,87); }
td.TdClassName
{
border-color: #377F57;
}
.TagClassName
{
border-color: #377F57;
}
</style>