Shades of Amazon #377F56
Tints of Amazon #377F56
RGB
CMYK
RGB Variations
Color information
#377F56 (or 0x377F56) is known color: Amazon. HEX triplet: 37, 7F and 56. RGB value is (55,127,86). Sum of RGB (Red+Green+Blue) = 55+127+86=268 (35% of max value = 765). Red value is 55 (21.88% from 255 or 20.52% from 268); Green value is 127 (50% from 255 or 47.39% from 268); Blue value is 86 (33.98% from 255 or 32.09% from 268); Max value from RGB is 127 - color contains mainly: green. Hex color #377F56 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #377F56 is #C880A9. Grayscale: #646464. Windows color (decimal): -13140138 or 5668663. OLE color: 5668663.
HSL color Cylindrical-coordinate representation of color #377F56: hue angle of 145.83º 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 #377F56 is Cyan = 0.57, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 55 | 127 | 86 | - |
| CMYK | 0.57 | 0 | 0.32 | 0.50 |
| HSL | 145.83º | 0.4% | 0.36% | - |
| HSV(B) | 145.83º | 0.57% | 0.5% | - |
| XYZ | 10.84 | 16.66 | 11.45 | - |
| YUV | 100.8 | 119.65 | 95.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 127 | 86 | 0.57 | 0 | 0.32 | 0.50 | 145.83 | 0.4 | 0.36 |
| Hex | 37 | 7F | 56 | 39 | 0 | 20 | 32 | 92 | 28 | 24 |
| Octal | 67 | 177 | 126 | 71 | 0 | 40 | 62 | 222 | 50 | 44 |
| Binary | 110111 | 1111111 | 1010110 | 111001 | 0 | 100000 | 110010 | 10010010 | 101000 | 100100 |
Color Harmonies of #377F56
Complementary color
Monochromatic Colors of #377F56
Black with #377F56
Text Example
Text Example
White with #377F56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #377F56; }
p { color: rgb(55,127,86); }
H1.HeaderClassName
{
color: #377F56;
}
.AnyTagClassName
{
color: #377F56;
}
</style>
background-color css
<style>
a { background-color: #377F56; }
a { background-color: rgb(55,127,86); }
div.DivClassName
{
background-color: #377F56;
}
.BgClassName
{
background-color: #377F56;
}
</style>
border-color css
<style>
span { border-color: #377F56; }
span { border-color: rgb(55,127,86); }
td.TdClassName
{
border-color: #377F56;
}
.TagClassName
{
border-color: #377F56;
}
</style>